Update style-dark.css

This commit is contained in:
Josiah Ogburn
2020-08-17 23:34:15 -04:00
committed by GitHub
parent d4fc6a8abd
commit 8110718cb8

View File

@@ -1,9 +1,9 @@
:root{ :root{
--bg-color: #111; --bg-color: #1a1a1b;
--txt-color: #ddd; --txt-color: #d7dadc;
--secondary-txt-color: #fff; --secondary-txt-color: #d7dadc;
--green: #198c47; --green: #198c47;
} }
#moonImg{ #moonImg{
filter: invert(100%) opacity(60%); filter: invert(100%) opacity(60%);
} }