Skip to content

Commit 7bef59b

Browse files
Addressing PR feedback
1 parent e41ed0e commit 7bef59b

File tree

2 files changed

+9
-11
lines changed

2 files changed

+9
-11
lines changed

styles/ButtonLink.module.scss

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,11 +13,10 @@
1313
min-width: 16rem;
1414
display: inline-block;
1515
border: 1px solid $primary-content-color;
16-
text-decoration: none !important;
1716
@include transition(all 0.3s ease);
1817

1918
&:hover {
20-
opacity: 1 !important;
19+
text-decoration: none;
2120
}
2221

2322
&.inverted-grey {

styles/TwoColumn.module.scss

Lines changed: 8 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -70,15 +70,14 @@
7070
max-width: 39rem;
7171
font-size: 1.5rem;
7272
line-height: 1.938rem;
73-
}
74-
75-
a {
76-
text-decoration: underline;
77-
text-underline-offset: 2px;
78-
79-
&:hover {
80-
opacity: 0.6;
81-
text-decoration: none;
73+
a {
74+
text-decoration: underline;
75+
text-underline-offset: 2px;
76+
77+
&:hover {
78+
opacity: 0.6;
79+
text-decoration: none;
80+
}
8281
}
8382
}
8483
}

0 commit comments

Comments
 (0)