Add files via upload

This commit is contained in:
Josiah Ogburn
2020-08-09 20:29:24 -04:00
committed by GitHub
parent 2b2e5ab26a
commit 5463337b8d
19 changed files with 488 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%);
}