X-Git-Url: https://git.danix.xyz/?a=blobdiff_plain;f=gitweb-danixland%2Fgitweb.css;h=543b37b3c73712f961529bbe0b42fde77beec661;hb=d5af761b8e3b7c35719ffaec6b769099758ca2c7;hp=7605ef259538cabc258ded8337b06319489db2a7;hpb=4f30e9d060da2415776209db3521fd0eb24dff36;p=gitweb-theme-danix.git 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); +}