Skip to content
This repository was archived by the owner on Aug 5, 2021. It is now read-only.

Commit abc948c

Browse files
Merge pull request #485 from GSA/484
visited links in HW don't change color
2 parents 1a44979 + 25dd96a commit abc948c

File tree

1 file changed

+9
-3
lines changed

1 file changed

+9
-3
lines changed

src/app/components/help-wanted/card/help-wanted-card.styles.scss

Lines changed: 9 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,7 +13,13 @@
1313

1414
a {
1515
font-weight: bold;
16+
17+
&:visited {
18+
color: $brand-blue;
19+
}
20+
1621
}
22+
1723
}
1824

1925
p {
@@ -55,7 +61,7 @@
5561
dt {
5662
color: $color-gray;
5763
}
58-
64+
5965
.agency-details {
6066
padding: 10px 0px 0px 0px;
6167
img {
@@ -67,7 +73,7 @@
6773
color: $color-gray-light;
6874
}
6975
}
70-
76+
7177
.help-wanted-card-description {
7278
word-wrap: break-word;
7379
}
@@ -78,7 +84,7 @@
7884
margin-bottom: 0;
7985
width: fit-content;
8086
font-weight: 700;
81-
87+
8288
&:last-of-type {
8389
margin-right: 0
8490
}

0 commit comments

Comments
 (0)