2020-03-16 07:56:55 +00:00
|
|
|
$highlight_blue: white;
|
2020-03-19 22:51:56 +00:00
|
|
|
$widget_black: #00007d;//68BBE3, add8e6
|
2020-01-21 06:35:58 +00:00
|
|
|
$border_gray: #ccc;
|
|
|
|
$background_gray: #ededed;
|
|
|
|
$background_light_gray: #fafafa;
|
|
|
|
$announcement_red: #ae0000;
|
2023-09-20 04:01:22 +00:00
|
|
|
$theme_color: #9c3706;
|
2020-01-21 06:35:58 +00:00
|
|
|
|
|
|
|
$base_font_size: 14px;
|
2023-09-21 17:11:25 +00:00
|
|
|
$widget_border_radius: 0.5em;
|
2020-12-26 01:02:14 +00:00
|
|
|
$table_header_rounding: 6px;
|
2020-01-21 06:35:58 +00:00
|
|
|
|
2024-01-25 19:05:40 +00:00
|
|
|
$monospace-fonts: var(--md-code-font-family),monospace;
|
2023-09-21 17:11:25 +00:00
|
|
|
$navbar_height: 50px;
|
2023-09-25 07:12:06 +00:00
|
|
|
$navbar_height_mobile: 36px;
|