Fix link underline
This commit is contained in:
parent
d3cff1ecdc
commit
d530f71c0f
1 changed files with 1 additions and 1 deletions
|
@ -121,10 +121,10 @@ li {padding-left: calc(var(--gap) / 2)}
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
grid-template-rows: 1fr auto;
|
grid-template-rows: 1fr auto;
|
||||||
|
text-decoration: none;
|
||||||
}
|
}
|
||||||
.link-block > a:hover {
|
.link-block > a:hover {
|
||||||
background: var(--bg-02);
|
background: var(--bg-02);
|
||||||
text-decoration: none;
|
|
||||||
}
|
}
|
||||||
.link-block > a:active{
|
.link-block > a:active{
|
||||||
background: var(--bg-03);
|
background: var(--bg-03);
|
||||||
|
|
Loading…
Reference in a new issue