Spaces:
Sleeping
Sleeping
MonkeyJuice
commited on
Commit
•
611a640
1
Parent(s):
95f378b
fix dark mode style
Browse files
style.css
CHANGED
@@ -16,9 +16,8 @@
|
|
16 |
padding: 0 .5em;
|
17 |
}
|
18 |
|
19 |
-
.m5dd_list:nth-child(even) {
|
20 |
-
|
21 |
-
}
|
22 |
|
23 |
.m5dd_list:not(.use)>span.label {
|
24 |
text-decoration: line-through;
|
|
|
16 |
padding: 0 .5em;
|
17 |
}
|
18 |
|
19 |
+
.m5dd_list:nth-child(even) { background: #ECEDF0; }
|
20 |
+
.dark .m5dd_list:nth-child(even) { background: #1F2937; }
|
|
|
21 |
|
22 |
.m5dd_list:not(.use)>span.label {
|
23 |
text-decoration: line-through;
|