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

18 lines
573 B
SCSS

@import '../../base/waltti';
/* main theme colors */
$theme-primary-color: #008161;
$theme-secondary-color: #00bf6f;
$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;
$link-color: $theme-primary-color;
/* Component palette */
$desktop-title-color: $theme-primary-color;
$desktop-title-arrow-icon-color: $white;
$link-color: $theme-primary-color;
$top-bar-color: #008061;