1
0
Fork 0
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:
Tanya Fomina 2022-06-21 17:23:54 +08:00
parent 378bcc0b78
commit fdc2c3da80

View file

@ -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);
}