handling text-decoration for front content

This commit is contained in:
Antoine M 2023-12-20 10:11:20 +01:00
parent 60f477e147
commit 819f9929fd

View File

@ -143,8 +143,20 @@ article > *:not(.entry-content, .chapter-header-block),
margin-right: 14px; margin-right: 14px;
margin-top: 9px; margin-top: 9px;
} }
a { a {
text-decoration: underline; @apply text-primary underline font-bold;
/* text-decoration: underline; */
}
a[rel='noreferrer noopener'] {
&:after {
@apply ml-2 inline-block;
content: url('../resources/img/graphic-assets/icone-external-link-purple.svg');
transform: translateY(1px);
/* filter: invert(10%) sepia(44%) saturate(5057%) hue-rotate(265deg) brightness(83%)
contrast(115%); */
}
} }
p + ol, p + ol,
p + ul { p + ul {