mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-08-07 06:25:21 +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 {
|
||||
padding: 4px 10px;
|
||||
font-weight: 500;
|
||||
border-radius: 8px;
|
||||
transition: background-color .13s;
|
||||
|
||||
@apply --squircle;
|
||||
|
||||
&:hover {
|
||||
background-color: var(--color-link-hover);
|
||||
}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue