Skip to content

Commit 6641dbb

Browse files
authored
Merge pull request #815 from CityOfBoston/DIG-6032
DIG-6032 Adjust styling of link in FYI component
2 parents c85510b + 48a6301 commit 6641dbb

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

stylesheets/components/fyi/_component.styl

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -101,15 +101,15 @@
101101
fill: $white
102102

103103
&-l
104-
&-l:link
104+
&-l:link, &:visited
105105
color: $optimistic-blue-light-SR
106106
font-family: $sans
107107
font-size: $font-200
108108
text-transform: uppercase
109109
text-decoration: underline
110110
line-height: $line-height-100
111111

112-
&:hover, &:focus, &:visited
112+
&:hover, &:focus
113113
color: $freedom-red-light
114114
border-color: $freedom-red-light
115115

0 commit comments

Comments
 (0)