Files
OpenIsle/open-isle-cli/src/assets/global.css
2025-07-03 19:52:08 +08:00

19 lines
512 B
CSS

:root {
--primary-color: rgb(9, 95, 105);;
--header-height: 60px;
--header-background-color: white;
--header-border-color: lightgray;
--menu-background-color: white;
--menu-border-color: lightgray;
--menu-selected-background-color: rgba(208, 250, 255, 0.659);
--scroller-background-color: rgba(130, 175, 180, 0.5);
--normal-background-color: lightgrrgb(208, 246, 255)
--menu-width: 200px;
--page-max-width: 1200px;
}
body {
margin: 0;
padding: 0;
font-family: 'Roboto', sans-serif;
}