Skip to content

Commit bd0111b

Browse files
authored
Merge pull request #786 from CityOfBoston/DIG-4807
DIG-4807 Add underline to links in CK Editor
2 parents 9a8a64e + 10e1a33 commit bd0111b

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

stylesheets/patterns-cob-theme.styl

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -106,6 +106,9 @@ svg:not(:root) {
106106
.inverted:visited {
107107
color: $freedom-red-dark
108108
}
109+
#content a:visited, .main a:visited {
110+
color: #393FAC
111+
}
109112
a:hover,
110113
a:focus {
111114
color: $freedom-red-dark

0 commit comments

Comments
 (0)