This commit is contained in:
Luke Ogburn
2020-06-26 20:43:49 -04:00
commit 9fca72acbc
18 changed files with 509 additions and 0 deletions

9
style-dark.css Normal file
View File

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