Merge pull request 'devel' (#301) from devel into main

Reviewed-on: #301
This commit is contained in:
inhji 2023-09-09 14:15:27 +02:00
commit c468c7a7c1

View file

@ -31,10 +31,10 @@
& nav ul {
@apply flex;
}
}
#site-header a {
@apply p-3 rounded hover:bg-primary-700 transition;
& a {
@apply p-3 rounded hover:bg-primary-700 transition;
}
}
/* === PRIMARY SIDEBAR === */