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{
--bg-color: #111;
--txt-color: #ddd;
--secondary-txt-color: #fff;
--bg-color: #1a1a1b;
--txt-color: #d7dadc;
--secondary-txt-color: #d7dadc;
--green: #198c47;
}
#moonImg{
filter: invert(100%) opacity(60%);
}
}