Merge pull request #1877 from Safelite/CSR-2111-fix-link-colors

CSR-2111 fix link colors.
This commit is contained in:
bmauger 2024-06-05 10:46:42 -04:00 committed by GitHub
commit 8185b3fa91
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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";