This commit is contained in:
Inhji 2023-09-09 14:14:37 +02:00
parent d197560b57
commit 3a0c0764c5

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 === */