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-light.css Normal file
View File

@@ -0,0 +1,9 @@
:root{
--bg-color: #f1f2f3;
--txt-color: #222;
--secondary-txt-color: #000;
--green: #00ab44;
}
#moonImg{
filter: opacity(60%);
}