Files
lukeogburn.com/style-dark.css
2020-08-09 20:29:24 -04:00

9 lines
159 B
CSS

:root{
--bg-color: #111;
--txt-color: #ddd;
--secondary-txt-color: #fff;
--green: #198c47;
}
#moonImg{
filter: invert(100%) opacity(60%);
}