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

18 lines
577 B
SCSS

@import '../../base/waltti';
/* main theme colors */
$poriColor: #1f1f66;
$theme-primary-color: $poriColor;
$theme-secondary-color: darken($theme-primary-color, 20%);
$highlight-color: $poriColor;
$action-color: $poriColor;
$bus-color: $poriColor;
$viewpoint-marker-color: $poriColor;
$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: $theme-secondary-color;
$top-bar-color: $theme-primary-color;