X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=8879b7a291e6acf913ec518cd1480fb9f8bfc039;hb=54b66df62211afb0415666e3e050d1264940db10;hp=fc64fe9f5f2a3acf3ed80d43009a8e06c07278ae;hpb=f5db486f99bb1c9f6b72a21f74765fa0530ed8df;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index fc64fe9..8879b7a 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -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"); @@ -259,21 +260,22 @@ td, th { display: inline-block; margin: 1em; padding: 0.5em; - background-color: var(--fg); - color: var(--bg); } +.social-links ul li a { + color: var(--dark-grey); +} .social-links ul li.spotify a { - color: var(--spotify); + background-color: var(--spotify); } .social-links ul li.twitter a { - color: var(--twitter); + background-color: var(--twitter); } .social-links ul li.instagram a { - color: var(--instagram); + background-color: var(--instagram); } .social-links ul li.github a { - color: var(--github); + background-color: var(--github); } a.rss_logo {