1
mirror of https://github.com/jakejarvis/dark-mode-example.git synced 2025-10-18 22:04:25 -04:00

Update dark-mode.css

This commit is contained in:
2020-04-29 18:53:12 -04:00
committed by GitHub
parent 80c68315b7
commit 5bfde00e7b

View File

@@ -21,12 +21,12 @@ body.light {
color: #222;
}
body.light a {
color: blue;
color: #06f;
}
body.dark {
background-color: #222;
color: #fff;
}
body.dark a {
color: yellow;
color: #fe0;
}