Skip to content

Commit

Permalink
anchor hover issue fix
Browse files Browse the repository at this point in the history
  • Loading branch information
VJAI committed Feb 4, 2022
1 parent fc5fec9 commit 820408c
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
6 changes: 3 additions & 3 deletions fibonacci.css
Original file line number Diff line number Diff line change
Expand Up @@ -198,7 +198,7 @@ a:active {
a:hover,
a:focus,
a:active {
color: #da1247;
color: #f04875;
text-shadow: #fcd5e0 0 0 6px;
}

Expand Down Expand Up @@ -3346,7 +3346,7 @@ a.cmp__go-top {
.cmp__article-content h5 a:active, .cmp__article-content h6 a:hover,
.cmp__article-content h6 a:focus,
.cmp__article-content h6 a:active {
color: #da1247;
color: #f04875;
}
.cmp__article-content figure.cmp__figure-full {
max-width: 100%;
Expand Down Expand Up @@ -3405,7 +3405,7 @@ a.cmp__article-continue-reading:after {
margin-left: 0.146rem;
}
a.cmp__article-continue-reading:hover {
color: #da1247;
color: #f04875;
}
a.cmp__article-continue-reading:hover:after {
animation: arrow-move-right 0.5s linear infinite;
Expand Down
2 changes: 1 addition & 1 deletion scss/_foundation.scss
Original file line number Diff line number Diff line change
Expand Up @@ -174,7 +174,7 @@ a:active {
a:hover,
a:focus,
a:active {
color: fibVars.$link-hover-color;
color: fibVars.$brand-color;
text-shadow: color.adjust(fibVars.$brand-color, $lightness: 30%) 0 0 6px;
}

Expand Down
4 changes: 2 additions & 2 deletions scss/_site.scss
Original file line number Diff line number Diff line change
Expand Up @@ -737,7 +737,7 @@ a.cmp__go-top {
a:hover,
a:focus,
a:active {
color: fibVars.$link-hover-color;
color: fibVars.$brand-color;
}
}

Expand Down Expand Up @@ -819,7 +819,7 @@ a.cmp__article-continue-reading {
}

&:hover {
color: fibVars.$link-hover-color;
color: fibVars.$brand-color;
}

&:hover:after {
Expand Down

0 comments on commit 820408c

Please sign in to comment.