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

9 lines
226 B
CSS

:root {
--link-color: blue;
--selected-menu-item-color: #317bf9;
--border-color: rgb(49 123 249 / 40%);
--background: white;
--column-color: black;
--icon-color: #222;
--button-background: white;
}