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.
2 parents d2f8b86 + 1fc1de7 commit 301147bCopy full SHA for 301147b
_sass/modules/_footer.scss
@@ -22,18 +22,26 @@ footer {
22
}
23
24
a {
25
- color: $white;
26
27
- &:hover {
+ &:link {
+ text-decoration: underline;
28
+ color: $white;
29
+ }
30
+ &:visited {
31
text-decoration: underline;
32
color: $white;
33
- &:visited {
34
+ &:focus {
35
36
37
38
+ &:hover {
39
40
41
42
&::after {
- display: none;
43
44
45
46
47
0 commit comments