colors hardcoded inside the svgs. Ain't nobody got time fo' thatgit add .
[gitweb-theme-danix.git] / gitweb-danixland / gitweb.css
index fc64fe9..3c4f9c4 100644 (file)
@@ -55,6 +55,7 @@ a { outline: none; }
   --link-visited: #e7b788;
   --border: 34,40,49,0.035;
   --accent: #FD7014;
+  --dark-grey: #393E46;
 /* Icons */
   --file-icon: url("file-dark.svg");
   --dir-icon: url("folder-dark.svg");
@@ -66,7 +67,7 @@ a { outline: none; }
 /* social colors */
   --twitter: #1DA1F2;
   --instagram: #E4405F;
-  --spotify: ##1ed760;
+  --spotify: #1ed760;
   --github: #6e5494;
 }
 @media screen and (prefers-color-scheme: dark) {
@@ -259,10 +260,11 @@ td, th {
   display: inline-block;
   margin: 1em;
   padding: 0.5em;
-  background-color: var(--fg);
-  color: var(--bg);
 }
 
+.social-links ul li a {
+  height: 32px;
+}
 .social-links ul li.spotify a {
   color: var(--spotify);
 }