fix: table tr background color

This commit is contained in:
changjun
2023-08-10 07:38:33 +08:00
parent a6a3737754
commit 7d0d2d9357
4 changed files with 9 additions and 5 deletions

View File

@@ -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);
}