adding link hovers
This commit is contained in:
parent
50f1d61b3f
commit
86c641a3c2
|
|
@ -124,7 +124,7 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
}
|
||||
ul,
|
||||
ol {
|
||||
@apply mt-4 mb-8;
|
||||
@apply mt-4 mb-5;
|
||||
}
|
||||
ol {
|
||||
@apply list-decimal list-inside;
|
||||
|
|
@ -145,8 +145,14 @@ article > *:not(.entry-content, .chapter-header-block),
|
|||
}
|
||||
|
||||
a:not(.wp-block-button__link, .cta) {
|
||||
@apply text-primary underline font-bold;
|
||||
/* text-decoration: underline; */
|
||||
@apply text-primary underline font-bold relative;
|
||||
@apply px-2 py-1;
|
||||
transition: all 0.2s ease-out;
|
||||
|
||||
&:hover {
|
||||
@apply rounded-md;
|
||||
background: rgba(239, 239, 239);
|
||||
}
|
||||
}
|
||||
|
||||
a[rel='noreferrer noopener'] {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user