digitransit-ui/sass/themes/hameenlinna/_theme.scss
2026-03-05 12:25:06 +02:00

20 lines
648 B
SCSS

@import '../../base/waltti';
/* main theme colors */
$theme-primary-color: rgb(196, 40, 31);
$theme-secondary-color: darken($theme-primary-color, 20%);
$highlight-color: $theme-primary-color;
$action-color: $theme-primary-color;
$bus-color: $theme-primary-color;
$viewpoint-marker-color: $theme-primary-color;
$current-location-color: $theme-primary-color;
$standalone-btn-color: $theme-primary-color;
/* Component palette */
$desktop-title-color: $theme-primary-color;
$desktop-title-arrow-icon-color: $theme-secondary-color;
$link-color: $theme-primary-color;
$top-bar-color: rgb(236, 236, 236);
/* Navbar dimensions */
$nav-logo-height: 3em;