mirror of
https://github.com/nagisa77/OpenIsle.git
synced 2026-06-08 14:56:08 +00:00
19 lines
512 B
CSS
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;
|
|
} |