fixing text-decoration for links
This commit is contained in:
parent
d6d20c5ae2
commit
8b3a40851f
|
|
@ -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;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user