init
This commit is contained in:
9
style-dark.css
Normal file
9
style-dark.css
Normal file
@@ -0,0 +1,9 @@
|
||||
:root{
|
||||
--bg-color: #111;
|
||||
--txt-color: #ddd;
|
||||
--secondary-txt-color: #fff;
|
||||
--green: #198c47;
|
||||
}
|
||||
#moonImg{
|
||||
filter: invert(100%) opacity(60%);
|
||||
}
|
||||
Reference in New Issue
Block a user