mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-10 07:55:24 +02:00
Use squircle mask for header links
This commit is contained in:
parent
378bcc0b78
commit
fdc2c3da80
1 changed files with 2 additions and 1 deletions
|
@ -35,9 +35,10 @@
|
||||||
&__menu-link {
|
&__menu-link {
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
border-radius: 8px;
|
|
||||||
transition: background-color .13s;
|
transition: background-color .13s;
|
||||||
|
|
||||||
|
@apply --squircle;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background-color: var(--color-link-hover);
|
background-color: var(--color-link-hover);
|
||||||
}
|
}
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue