Skip to content

Commit 9b37cff

Browse files
committed
Fix style for dynamic anchors
1 parent 2ff5012 commit 9b37cff

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

apps/commons/static/commons/css/dyn-anchors.scss

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,12 @@
11
.dyn-anchor-heading {
22
a.dyn-anchor-link {
33
font-size: 14pt;
4-
color: skyblue;
4+
color: gray;
55
margin-bottom: 5px;
66
vertical-align: middle;
77
opacity: 0;
88
&:hover {
9-
color: darken(skyblue, 40%);
9+
color: darken(gray, 20%);
1010
}
1111
&.show-it {
1212
opacity: 1;

0 commit comments

Comments
 (0)