X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=8879b7a291e6acf913ec518cd1480fb9f8bfc039;hb=54b66df62211afb0415666e3e050d1264940db10;hp=417face56452138ef0f45a8e659400d8167c9ff6;hpb=3bacc307519cba7bc083c10038996116b390f9c9;p=gitweb-theme-danix.git diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 417face..8879b7a 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -55,6 +55,8 @@ 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"); --ref-icon: url("commit-dark.svg"); @@ -62,6 +64,11 @@ a { outline: none; } --branch-icon: url("merge-dark.svg"); --rss-icon:url("rss-dark.svg"); --opml-icon:url("opml-dark.svg"); +/* social colors */ + --twitter: #1DA1F2; + --instagram: #E4405F; + --spotify: ##1ed760; + --github: #6e5494; } @media screen and (prefers-color-scheme: dark) { :root { @@ -205,6 +212,7 @@ td, th { .site-footer { width: 100%; background: var(--bg-alt); + margin: 0; } .page_footer { @@ -213,7 +221,6 @@ td, th { left: 0; bottom: 0; line-height: 40px; - margin-top: 15px; border-top: 2px solid var(--border); border-bottom: 1px solid var(--border); } @@ -248,6 +255,29 @@ td, th { align-self: auto; order: 0; } + +.social-links ul li { + display: inline-block; + margin: 1em; + padding: 0.5em; +} + +.social-links ul li a { + color: var(--dark-grey); +} +.social-links ul li.spotify a { + background-color: var(--spotify); +} +.social-links ul li.twitter a { + background-color: var(--twitter); +} +.social-links ul li.instagram a { + background-color: var(--instagram); +} +.social-links ul li.github a { + background-color: var(--github); +} + a.rss_logo { border: 0; clip: rect(1px, 1px, 1px, 1px);