fixing text decoration for links
This commit is contained in:
parent
1ddae0acd6
commit
714243bbae
|
|
@ -1,6 +1,9 @@
|
||||||
.homegrade-blocks-accordeon-panel-content {
|
.homegrade-blocks-accordeon-panel-content {
|
||||||
@apply w-full;
|
@apply w-full;
|
||||||
width: 100% !important;
|
width: 100% !important;
|
||||||
|
a {
|
||||||
|
text-decoration: underline;
|
||||||
|
}
|
||||||
h4 {
|
h4 {
|
||||||
@apply text-secondary;
|
@apply text-secondary;
|
||||||
}
|
}
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user