Made the background a little lighter in dark mode
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
All checks were successful
Gitea Actions Demo / Explore-Gitea-Actions (push) Successful in 4s
This commit is contained in:
parent
48f20fe030
commit
7f12cdc3e7
@ -13,7 +13,7 @@ html { box-sizing: border-box; }
|
||||
}
|
||||
@media (prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--bg-color: #000000;
|
||||
--bg-color: #111111;
|
||||
--fg-color: #ffffff;
|
||||
--selection-bg-color: var(--accent);
|
||||
--selection-fg-color: #000000;
|
||||
@ -91,6 +91,7 @@ code {
|
||||
padding: 2px;
|
||||
margin: 1px;
|
||||
font-family: serif;
|
||||
background-color: #000000;
|
||||
}
|
||||
|
||||
.row {
|
||||
|
Loading…
x
Reference in New Issue
Block a user