You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
14 lines
332 B
14 lines
332 B
$main-color: #046380;
|
|
$text-color: #002f2f;
|
|
$background-color: #e6e2af;
|
|
|
|
$body-font: "arial", sans-serif;
|
|
$body-font-size: 1em;
|
|
$body-font-shadow: 0em 0em 0.1em #aaa;
|
|
|
|
$menu-font: "rockwell", sans-serif;
|
|
$menu-font-size: 1.7em;
|
|
$menu-background-color: $background-color;
|
|
$menu-accent-color: $main-color;
|
|
|
|
$menu-logo-font-size: 2em;
|
|
|