Files
lukeogburn.com/style-dark.css
2021-04-30 01:28:55 -04:00

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