cloudcmd/css/themes/light.css
2024-03-29 10:32:22 +02:00

6 lines
135 B
CSS

:root {
--text-color: blue;
--border-color: rgb(49 123 249 / 40%);
--background-color: white;
--column-color: black;
}