Skip to content

Commit

Permalink
Improve link on focus (#530)
Browse files Browse the repository at this point in the history
  • Loading branch information
WebSnke committed Jul 7, 2023
1 parent dddb6bc commit fbf332f
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,7 @@ ul li {
line-height: 1.5;
}

a,
a:focus {
a {
color: var(--highlight);
}

Expand Down Expand Up @@ -91,7 +90,7 @@ nav {
margin: 0 0 0 250px;
}

nav a {
nav a, nav a:focus {
color: #fff;
text-decoration: none;
font-weight: 300;
Expand Down

0 comments on commit fbf332f

Please sign in to comment.