FIX Fix hover and active underlining
This commit is contained in:
parent
5b894b745a
commit
1fe8b95113
|
|
@ -65,6 +65,7 @@ header{
|
||||||
@apply cursor-pointer
|
@apply cursor-pointer
|
||||||
underline
|
underline
|
||||||
underline-offset-8
|
underline-offset-8
|
||||||
|
decoration-1
|
||||||
text-white;
|
text-white;
|
||||||
}
|
}
|
||||||
a:focus {
|
a:focus {
|
||||||
|
|
@ -165,7 +166,10 @@ header{
|
||||||
@apply flex justify-between gap-4;
|
@apply flex justify-between gap-4;
|
||||||
}
|
}
|
||||||
a {
|
a {
|
||||||
@apply font-medium text-xl;
|
@apply font-normal text-xl;
|
||||||
|
}
|
||||||
|
li.menu-item > a:hover {
|
||||||
|
@apply underline underline-offset-8 decoration-1;
|
||||||
}
|
}
|
||||||
.network-redirector {
|
.network-redirector {
|
||||||
a {
|
a {
|
||||||
|
|
@ -320,6 +324,9 @@ button#burger-menu-toggle {
|
||||||
@apply flex flex-row items-center gap-4;
|
@apply flex flex-row items-center gap-4;
|
||||||
button {
|
button {
|
||||||
@apply flex flex-col items-center gap-4 text-lg;
|
@apply flex flex-col items-center gap-4 text-lg;
|
||||||
|
&:hover {
|
||||||
|
@apply underline underline-offset-8 decoration-1;
|
||||||
|
}
|
||||||
|
|
||||||
img {
|
img {
|
||||||
@apply filter-white w-6 h-6;
|
@apply filter-white w-6 h-6;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user