mirror of
https://github.com/NohamR/oled-nnw.git
synced 2026-05-25 12:27:19 +00:00
fix: table tr background color
This commit is contained in:
4
main.css
4
main.css
@@ -18,7 +18,7 @@
|
||||
|
||||
@media(prefers-color-scheme: dark) {
|
||||
:root {
|
||||
--c-bg-base: rgb(17 17 17);
|
||||
--c-bg-base: #09090B;
|
||||
--c-text-base: #fff;
|
||||
--c-text-secondary: #a1a1a1;
|
||||
--c-blockquote: #a1a1a1;
|
||||
@@ -36,6 +36,6 @@
|
||||
/* var end */
|
||||
|
||||
html,body{
|
||||
background-color: var(--c-bg-base);
|
||||
background: var(--c-bg-base);
|
||||
color: var(--c-text-base);
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user