mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
9 lines
226 B
CSS
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;
|
|
}
|