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) {
|
@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 {
|
||||||
|
Loading…
x
Reference in New Issue
Block a user