Files
lukeogburn.com/style-dark.css
2020-08-17 23:34:15 -04:00

10 lines
169 B
CSS

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