new_blog/static/css/icon-colors.css

5 lines
106 B
CSS

:root {
--background-color: rgba(0,0,0,1);
--primary-color: green;
--secondary-color: blue;
}