new_blog/static/css/default.css
2024-08-02 01:21:55 -04:00

13 lines
230 B
CSS

/*https://color.adobe.com/create/color-contrast-analyzer*/
/*dark theme*/
/* TODO: make links stand out more*/
body{
background: #000;
color: #5ac;
}
/*light theme*/
/*
body {
background: #FA8072;
color: #000;
}*/