暗黑模式微调

This commit is contained in:
fofolee 2020-06-28 23:49:14 +08:00
parent 96c431a230
commit 9798688496
2 changed files with 1 additions and 5 deletions

View File

@ -22,10 +22,6 @@
box-shadow: 0px 0px 9px 0px #000000ab; box-shadow: 0px 0px 9px 0px #000000ab;
} }
#options table tr:nth-child(odd) {
filter: contrast(0.96);
}
#options .sidebar .currentTag { #options .sidebar .currentTag {
background-color: #484848; background-color: #484848;
} }

View File

@ -194,7 +194,7 @@ body {
#options table tr:nth-child(odd) { #options table tr:nth-child(odd) {
background: #fff; background: #fff;
filter: contrast(0.9); filter: contrast(0.96);
} }
#options .keyword { #options .keyword {