diff --git a/app/component/bike-park-rental-station.scss b/app/component/bike-park-rental-station.scss
index 51b4cff0e7..f3dd62239a 100644
--- a/app/component/bike-park-rental-station.scss
+++ b/app/component/bike-park-rental-station.scss
@@ -157,7 +157,7 @@
}
.external-link {
- color: #007ac9;
+ color: $link-color;
text-decoration: none;
font-weight: $font-weight-medium;
diff --git a/app/component/itinerary/BicycleLeg.js b/app/component/itinerary/BicycleLeg.js
index 4be92094c7..d5cd261012 100644
--- a/app/component/itinerary/BicycleLeg.js
+++ b/app/component/itinerary/BicycleLeg.js
@@ -394,7 +394,6 @@ export default function BicycleLeg(
diff --git a/app/component/itinerary/ScooterLinkContainer.js b/app/component/itinerary/ScooterLinkContainer.js
index 1cf967c8cb..db1217b409 100644
--- a/app/component/itinerary/ScooterLinkContainer.js
+++ b/app/component/itinerary/ScooterLinkContainer.js
@@ -67,12 +67,7 @@ function ScooterLinkContainer(
href={rentalVehicleLink}
onClick={onClick}
>
-
+
diff --git a/app/component/itinerary/VehicleRentalLeg.js b/app/component/itinerary/VehicleRentalLeg.js
index be2f287f4c..795cf28500 100644
--- a/app/component/itinerary/VehicleRentalLeg.js
+++ b/app/component/itinerary/VehicleRentalLeg.js
@@ -145,7 +145,6 @@ function VehicleRentalLeg(
diff --git a/app/component/itinerary/customize-search.scss b/app/component/itinerary/customize-search.scss
index 3092bee50c..d51f352359 100644
--- a/app/component/itinerary/customize-search.scss
+++ b/app/component/itinerary/customize-search.scss
@@ -515,7 +515,7 @@
}
.external-link {
- color: $link-color-accessible;
+ color: $link-color;
text-decoration: none;
font-weight: $font-weight-medium;
diff --git a/app/component/itinerary/itinerary.scss b/app/component/itinerary/itinerary.scss
index 5952020926..9d8af2cd7c 100644
--- a/app/component/itinerary/itinerary.scss
+++ b/app/component/itinerary/itinerary.scss
@@ -1670,6 +1670,7 @@ $itinerary-tab-switch-height: 48px;
.link-to-e-scooter-operator {
margin: auto 10px auto auto;
+ color: $link-color;
}
.citybike-itinerary {
diff --git a/app/component/rental-vehicle-content.scss b/app/component/rental-vehicle-content.scss
index 08e01a6c92..b48c121692 100644
--- a/app/component/rental-vehicle-content.scss
+++ b/app/component/rental-vehicle-content.scss
@@ -108,6 +108,7 @@
.link-to-e-scooter-operator {
margin: auto 10px auto auto;
+ color: $link-color;
}
.citybike-itinerary {
@@ -201,7 +202,7 @@
}
.external-link {
- color: #007ac9;
+ color: $link-color;
text-decoration: none;
font-weight: $font-weight-medium;
diff --git a/app/configurations/config.hsl.js b/app/configurations/config.hsl.js
index 50f3921a66..151cba6367 100644
--- a/app/configurations/config.hsl.js
+++ b/app/configurations/config.hsl.js
@@ -121,7 +121,7 @@ export default {
mergeStopsByCode: true,
useExtendedRouteTypes: true,
colors: {
- primary: '#007ac9',
+ primary: '#0074bf',
accessiblePrimary: '#0074be',
hover: '#0062a1',
iconColors: {
diff --git a/sass/themes/apphsl/_theme.scss b/sass/themes/apphsl/_theme.scss
index 8958549ea6..55ce9d83d5 100644
--- a/sass/themes/apphsl/_theme.scss
+++ b/sass/themes/apphsl/_theme.scss
@@ -4,7 +4,7 @@
@import '../default/theme';
/* Operator palette */
-$hsl-blue: #007ac9;
+$hsl-blue: #0074bf;
$hsl-dark-blue: #0062a1;
$hsl-pink: #f092cd;
$hsl-alert: #dc0451;
diff --git a/sass/themes/default/_theme.scss b/sass/themes/default/_theme.scss
index 4ebcc77e15..b53cdc8a09 100644
--- a/sass/themes/default/_theme.scss
+++ b/sass/themes/default/_theme.scss
@@ -37,7 +37,7 @@ $cancelation-black: #666;
$cancelation-background: #fbe0ea;
$disruption-color: $cancelation-red;
$banner-disruption-color: $disruption-color;
-$realtime-color: #46850e;
+$realtime-color: #3b7f00;
$visited-link-color: #8c4799;
$current-location-color: $primary-color;
$desktop-title-color: $primary-color;
@@ -64,7 +64,6 @@ $top-bar-color: $primary-color;
$nav-content-color: false;
$disclaimer-background-color: rgba(254, 209, 0, 0.1);
$disclaimer-border-color: #fed100;
-$link-color-accessible: $primary-color;
/* Vehicle palette */
$airplane-color: $livi-airplane-blue;
diff --git a/sass/themes/hsl/_theme.scss b/sass/themes/hsl/_theme.scss
index ef98062cee..b1b5aef436 100644
--- a/sass/themes/hsl/_theme.scss
+++ b/sass/themes/hsl/_theme.scss
@@ -4,7 +4,7 @@
@import '../default/theme';
/* Operator palette */
-$hsl-blue: #007ac9;
+$hsl-blue: #0074bf;
$hsl-dark-blue: #0062a1;
$hsl-pink: #f092cd;
$hsl-alert: #dc0451;
@@ -13,7 +13,6 @@ $hsl-metro-orange: #ca4000;
$hsl-bus-express: #ca4000;
$hsl-rail-red: #8c4799;
$hsl-ferry-blue: #007a97;
-$hsl-blue-accessible: #0074bf;
/* Application palette */
$primary-color: $hsl-blue;
@@ -34,7 +33,6 @@ $desktop-title-arrow-icon-color: $secondary-color;
$top-bar-color: $primary-color;
$disclaimer-background-color: #e5f2fa;
$disclaimer-border-color: #e5f2fa;
-$link-color-accessible: $hsl-blue-accessible;
/* Vehicle palette */
$airplane-color: #0046ad;