1
0
Fork 0
mirror of https://github.com/codex-team/codex.docs.git synced 2025-07-23 07:09:42 +02:00

fix squircle in header

This commit is contained in:
Peter Savchenko 2024-04-24 21:19:25 +03:00
parent 78ae421d57
commit 3016d219ac

View file

@ -40,8 +40,11 @@ html {
@media (--not-mobile) {
padding: 4px 10px;
&:hover {
@apply --squircle;
}
}
&:hover {
background-color: var(--color-link-hover);