mirror of
https://github.com/Brandon-Rozek/website-theme.git
synced 2024-11-09 10:50:34 -05:00
Hover link fix
This commit is contained in:
parent
937733effd
commit
1ec8538520
1 changed files with 2 additions and 1 deletions
|
@ -339,7 +339,8 @@ main .e-content {
|
||||||
}
|
}
|
||||||
|
|
||||||
.e-content a:hover {
|
.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;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue