Skip to content
This repository was archived by the owner on Dec 4, 2017. It is now read-only.

Commit 8d713f1

Browse files
committed
Use solid color and transition to red color on hover
1 parent c8b2c39 commit 8d713f1

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

public/resources/css/module/_footer.scss

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,9 +89,10 @@
8989
}
9090

9191
.styleguide-trigger {
92+
color: $darkgrey;
9293
text-decoration: none;
93-
opacity: .24;
9494
float: right;
95+
transition: color .3s;
9596

9697
@include respond-to('mobile') {
9798
display: block;
@@ -100,6 +101,10 @@
100101
float: none;
101102
}
102103

104+
&:hover {
105+
color: $red-600;
106+
}
107+
103108
.icon-favorite {
104109
line-height: 20px;
105110
}

0 commit comments

Comments
 (0)