We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41ed0e commit 7bef59bCopy full SHA for 7bef59b
styles/ButtonLink.module.scss
@@ -13,11 +13,10 @@
13
min-width: 16rem;
14
display: inline-block;
15
border: 1px solid $primary-content-color;
16
- text-decoration: none !important;
17
@include transition(all 0.3s ease);
18
19
&:hover {
20
- opacity: 1 !important;
+ text-decoration: none;
21
}
22
23
&.inverted-grey {
styles/TwoColumn.module.scss
@@ -70,15 +70,14 @@
70
max-width: 39rem;
71
font-size: 1.5rem;
72
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;
+ a {
+ text-decoration: underline;
+ text-underline-offset: 2px;
+
+ &:hover {
+ opacity: 0.6;
+ }
82
83
84
0 commit comments