Files
lukeogburn.com/style-dark.css
logburn fc3c90aea8 made green consistent across light and dark theme
On branch master
 Changes to be committed:
	modified:   style-dark.css
2020-08-18 05:53:08 +02:00

11 lines
195 B
CSS

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