CSR-2111 fix link colors.
This commit is contained in:
parent
a4da02f6cc
commit
cecf8b3c10
3 changed files with 3 additions and 3 deletions
|
|
@ -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 {
|
||||||
|
|
|
||||||
|
|
@ -24,7 +24,7 @@ body {
|
||||||
}
|
}
|
||||||
|
|
||||||
a {
|
a {
|
||||||
color: #1574A1;
|
color: #0070D1;
|
||||||
text-decoration: none;
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
|
|
@ -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";
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue