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