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 {
|
h3 + p {
|
||||||
@apply !mt-3;
|
@apply !mt-3;
|
||||||
}
|
}
|
||||||
p > a {
|
/* p > a {
|
||||||
transition: all 0.3s ease-out;
|
transition: all 0.3s ease-out;
|
||||||
@apply underline underline-offset-8;
|
@apply underline underline-offset-8;
|
||||||
text-decoration-thickness: 1px;
|
text-decoration-thickness: 1px;
|
||||||
|
|
||||||
@apply underlined-link underlined-link--white;
|
@apply underlined-link underlined-link--white;
|
||||||
}
|
} */
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
|
|
|
||||||
|
|
@ -22,9 +22,10 @@ article > *:not(.entry-content),
|
||||||
ol {
|
ol {
|
||||||
a {
|
a {
|
||||||
@apply text-carhop-green-700 underline underline-offset-4;
|
@apply text-carhop-green-700 underline underline-offset-4;
|
||||||
|
transition: filter 0.3s ease-out;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
@apply no-underline;
|
filter: brightness(0.4);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user