mirror of
https://github.com/codex-team/codex.docs.git
synced 2025-07-23 15:19:41 +02:00
fix squircle in header
This commit is contained in:
parent
78ae421d57
commit
3016d219ac
1 changed files with 4 additions and 1 deletions
|
@ -40,8 +40,11 @@ html {
|
||||||
|
|
||||||
@media (--not-mobile) {
|
@media (--not-mobile) {
|
||||||
padding: 4px 10px;
|
padding: 4px 10px;
|
||||||
|
|
||||||
|
&:hover {
|
||||||
@apply --squircle;
|
@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