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-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%);
}