Files
lukeogburn.com/style-light.css
Luke Ogburn 9fca72acbc init
2020-06-26 20:43:49 -04:00

9 lines
149 B
CSS

:root{
--bg-color: #f1f2f3;
--txt-color: #222;
--secondary-txt-color: #000;
--green: #00ab44;
}
#moonImg{
filter: opacity(60%);
}