fixing text-decoration for links

This commit is contained in:
Antoine M 2023-11-30 17:58:49 +01:00
parent d6d20c5ae2
commit 8b3a40851f

View File

@ -143,12 +143,17 @@ article > *:not(.entry-content, .chapter-header-block),
margin-right: 14px; margin-right: 14px;
margin-top: 9px; margin-top: 9px;
} }
a {
text-decoration: underline;
}
p + ol, p + ol,
p + ul { p + ul {
@apply mt-3; @apply mt-3;
} }
} }
.wp-block-button__link {
text-decoration: none !important;
}
.homegrade-page-container { .homegrade-page-container {
ul li:before { ul li:before {
@apply bg-secondary; @apply bg-secondary;