readapting links weight and color after some global changes on link
This commit is contained in:
parent
97160081cd
commit
ccf89d7cd8
|
|
@ -234,7 +234,10 @@
|
||||||
|
|
||||||
.menu-homegrade--sitemap {
|
.menu-homegrade--sitemap {
|
||||||
@apply grid sm:grid-cols-2 md:grid-cols-4 gap-y-8 mt-8;
|
@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 {
|
li:before {
|
||||||
@apply hidden;
|
@apply hidden;
|
||||||
content: none !important;
|
content: none !important;
|
||||||
|
|
@ -255,6 +258,9 @@
|
||||||
|
|
||||||
.sub-menu li {
|
.sub-menu li {
|
||||||
@apply block my-1;
|
@apply block my-1;
|
||||||
|
a {
|
||||||
|
@apply font-normal;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
li {
|
li {
|
||||||
padding-left: 0 !important;
|
padding-left: 0 !important;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user