readapting links weight and color after some global changes on link

This commit is contained in:
Antoine M 2023-12-21 15:46:45 +01:00
parent 97160081cd
commit ccf89d7cd8

View File

@ -234,7 +234,10 @@
.menu-homegrade--sitemap {
@apply grid sm:grid-cols-2 md:grid-cols-4 gap-y-8 mt-8;
a {
@apply !text-neutral-900;
font-weight: unset;
}
li:before {
@apply hidden;
content: none !important;
@ -255,6 +258,9 @@
.sub-menu li {
@apply block my-1;
a {
@apply font-normal;
}
}
li {
padding-left: 0 !important;