TEST FIX links on entry-content
All checks were successful
continuous-integration/drone/push Build is passing
All checks were successful
continuous-integration/drone/push Build is passing
This commit is contained in:
parent
b2014a0886
commit
87b070278b
|
|
@ -63,13 +63,13 @@
|
|||
h3 + p {
|
||||
@apply !mt-3;
|
||||
}
|
||||
p > a {
|
||||
/* p > a {
|
||||
transition: all 0.3s ease-out;
|
||||
@apply underline underline-offset-8;
|
||||
text-decoration-thickness: 1px;
|
||||
|
||||
@apply underlined-link underlined-link--white;
|
||||
}
|
||||
} */
|
||||
|
||||
ul {
|
||||
list-style: disc;
|
||||
|
|
|
|||
|
|
@ -22,9 +22,10 @@ article > *:not(.entry-content),
|
|||
ol {
|
||||
a {
|
||||
@apply text-carhop-green-700 underline underline-offset-4;
|
||||
transition: filter 0.3s ease-out;
|
||||
|
||||
&:hover {
|
||||
@apply no-underline;
|
||||
filter: brightness(0.4);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user