update
parent
f17481753d
commit
3cf0ada1a5
|
@ -9,22 +9,9 @@
|
||||||
color: var(--color-dark-1);
|
color: var(--color-dark-1);
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
}
|
}
|
||||||
slot::slotted(h2 a) {
|
slot {
|
||||||
text-decoration: underline;
|
display: block;
|
||||||
color: var(--color-teal-2);
|
|
||||||
}
|
}
|
||||||
|
|
||||||
slot::slotted(h1, h2, h3, h4, h5, h6) {
|
|
||||||
color: var(--color-teal-2);
|
|
||||||
a {
|
|
||||||
&::before {
|
|
||||||
content: '∮ ';
|
|
||||||
color: var(--color-teal-1);
|
|
||||||
font-weight: normal;
|
|
||||||
}
|
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
a {
|
a {
|
||||||
text-decoration: underline;
|
text-decoration: underline;
|
||||||
color: var(--color-teal-2);
|
color: var(--color-teal-2);
|
||||||
|
|
Reference in New Issue