13 lines
230 B
CSS
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;
|
|
}*/
|