From: danix Date: Sun, 26 Feb 2023 05:52:01 +0000 (+0100) Subject: modified: gitweb-danixland/gitweb.css X-Git-Url: https://git.danix.xyz/?p=gitweb-theme-danix.git;a=commitdiff_plain;h=d5af761b8e3b7c35719ffaec6b769099758ca2c7 modified: gitweb-danixland/gitweb.css modified: header.html --- diff --git a/gitweb-danixland/gitweb.css b/gitweb-danixland/gitweb.css index 7605ef2..543b37b 100644 --- a/gitweb-danixland/gitweb.css +++ b/gitweb-danixland/gitweb.css @@ -49,6 +49,7 @@ a { outline: none; } --fg: #393E46; --link: #CF4DCE; --border: 34,40,49,0.035; + --accent: #FD7014; } @media screen and (prefers-color-scheme: dark) { :root { @@ -780,3 +781,19 @@ td.pre, div.pre, div.diff { .kwc { color:#d4663d; } .kwd { color:#2928ff; } +/* + * Styling for my custom added sections + */ + +/* Header */ +div.site-header { + background-color: var(--bg-alt); + color: var(--fg); +} +div.site-header h1 { + text-transform: uppercase; +} +div.site-header h1 span.evident { + background-color: var(--accent); + color: var(--bg); +} diff --git a/header.html b/header.html index 5d923cf..1706555 100644 --- a/header.html +++ b/header.html @@ -1,3 +1,3 @@ -

- danix's git repository -

\ No newline at end of file +