cloudcmd
Version:
File manager for the web with console and editor
14 lines (12 loc) • 544 B
CSS
/*!****************************************************************************************************!*\
!*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./css/themes/light.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;
}