devel #301

Merged
inhji merged 3 commits from devel into main 2023-09-09 14:15:27 +02:00

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