Files
lukeogburn.com/style-dark.css
2020-11-26 02:34:48 +01:00

11 lines
195 B
CSS
Executable File

:root{
--bg-color: #1a1a1b;
--txt-color: #d7dadc;
--secondary-txt-color: #d7dadc;
/*--green: #198c47;*/
--green: #00ab44;
}
#moonImg{
filter: invert(100%) opacity(60%);
}