Files
lukeogburn.com/style-dark.css
Luke Ogburn 9fca72acbc init
2020-06-26 20:43:49 -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%);
}