Made the background a little lighter in dark mode
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s

This commit is contained in:
BlueFox 2025-02-20 16:07:56 +01:00
parent 48f20fe030
commit 7f12cdc3e7
Signed by: BlueFox
GPG Key ID: 327233DA85435270

View File

@ -13,7 +13,7 @@ html { box-sizing: border-box; }
} }
@media (prefers-color-scheme: dark) { @media (prefers-color-scheme: dark) {
:root { :root {
--bg-color: #000000; --bg-color: #111111;
--fg-color: #ffffff; --fg-color: #ffffff;
--selection-bg-color: var(--accent); --selection-bg-color: var(--accent);
--selection-fg-color: #000000; --selection-fg-color: #000000;
@ -91,6 +91,7 @@ code {
padding: 2px; padding: 2px;
margin: 1px; margin: 1px;
font-family: serif; font-family: serif;
background-color: #000000;
} }
.row { .row {