handling text-decoration for front content
This commit is contained in:
parent
60f477e147
commit
819f9929fd
|
|
@ -143,8 +143,20 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
margin-right: 14px;
|
||||
margin-top: 9px;
|
||||
}
|
||||
|
||||
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 + ul {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user