CSR-2111 fix link colors.

This commit is contained in:
Bryan Mauger 2024-06-05 10:02:17 -04:00
parent a4da02f6cc
commit cecf8b3c10
3 changed files with 3 additions and 3 deletions

View file

@ -21,7 +21,7 @@ body span {
line-height: 24px; line-height: 24px;
} }
body a { body a {
color: #1574A1; color: #0070D1;
text-decoration: none; text-decoration: none;
} }
body .form-group { body .form-group {

View file

@ -24,7 +24,7 @@ body {
} }
a { a {
color: #1574A1; color: #0070D1;
text-decoration: none; text-decoration: none;
} }

View file

@ -421,7 +421,7 @@ export default {
} }
.add-to-calendar-text { .add-to-calendar-text {
margin: 0 0 0 7px; margin: 0 0 0 7px;
color: #1574a1; color: #0070D1;
vertical-align: middle; vertical-align: middle;
font-weight: 500; font-weight: 500;
font-family: "Roboto"; font-family: "Roboto";