MonkeyJuice commited on
Commit
611a640
1 Parent(s): 95f378b

fix dark mode style

Browse files
Files changed (1) hide show
  1. style.css +2 -3
style.css CHANGED
@@ -16,9 +16,8 @@
16
  padding: 0 .5em;
17
  }
18
 
19
- .m5dd_list:nth-child(even) {
20
- background: #ecedf0;
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;