additional new colour tweaks (#285)

This commit is contained in:
DokterKaj
2024-10-12 23:42:15 +08:00
committed by GitHub
parent f4a457e529
commit 3ff907d6c1
11 changed files with 9 additions and 9 deletions

View File

@ -41,7 +41,7 @@
:root,
.dark {
/* Default & fallback theme (dark) */
--accent: #d74253;
--accent: #d54455;
--green: #5cff85;
--text: white;
--foreground: #222;
@ -62,7 +62,7 @@
/* Browser-defined light theme */
@media (prefers-color-scheme: light) {
:root {
--accent: #aa2434;
--accent: #bb2b3b;
--green: #00a229;
--text: black;
--foreground: #f5f5f5;
@ -192,7 +192,7 @@ nav.fixed_navbar {
nav * {
color: var(--text);
}
nav #reddit,
nav #red,
#code > span {
color: var(--accent);
}