digitransit-ui/sass/themes/varely/_theme.scss
2024-01-15 16:10:19 +02:00

19 lines
534 B
SCSS

@import '../../base/waltti';
/* main theme colors */
$primary-color: #008161;
$secondary-color: #00bf6f;
$hilight-color: $primary-color;
$action-color: $primary-color;
$bus-color: $primary-color;
$viewpoint-marker-color: $primary-color;
$current-location-color: $primary-color;
$standalone-btn-color: $primary-color;
$link-color: $primary-color;
/* Component palette */
$standalone-btn-color: #fff;
$desktop-title-color: $primary-color;
$desktop-title-arrow-icon-color: $white;
$link-color: $primary-color;
$top-bar-color: #008061;