Update dark-mode.css

This commit is contained in:
2020-04-29 18:27:47 -04:00
committed by GitHub
parent 20d374ef12
commit a6627c6d79
+1 -1
View File
@@ -28,5 +28,5 @@ body.dark {
color: #fff; color: #fff;
} }
body.dark a { body.dark a {
color: limegreen; color: yellow;
} }