STYLE Test link styling
This commit is contained in:
parent
a17cb5c405
commit
42e6f3f37b
|
|
@ -53,6 +53,13 @@
|
||||||
h3 + p {
|
h3 + p {
|
||||||
@apply !mt-3;
|
@apply !mt-3;
|
||||||
}
|
}
|
||||||
|
p > a {
|
||||||
|
transition: all 0.3s ease-out;
|
||||||
|
@apply underline underline-offset-8;
|
||||||
|
text-decoration-thickness: 1px;
|
||||||
|
|
||||||
|
@apply underlined-link underlined-link--white;
|
||||||
|
}
|
||||||
|
|
||||||
ul {
|
ul {
|
||||||
list-style: disc;
|
list-style: disc;
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue
Block a user