Skip to content

Commit

Permalink
Hover link fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Brandon-Rozek committed Feb 24, 2023
1 parent 937733e commit 1ec8538
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion assets/css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,8 @@ main .e-content {
}

.e-content a:hover {
box-shadow: inset 1000px 0 0 0 var(--acent-color);
background-color: var(--acent-color);
/* box-shadow: inset 1000px 0 0 0 var(--acent-color); */
color: white;
}

Expand Down

0 comments on commit 1ec8538

Please sign in to comment.