This repository has been archived on 2023-08-30. You can view files and clone it, but cannot push or open issues/pull-requests.
bytedo
/
wcui
Archived
1
0
Fork 0
old
宇天 2021-04-30 19:14:36 +08:00
parent f17481753d
commit 3cf0ada1a5
1 changed files with 2 additions and 15 deletions

View File

@ -9,22 +9,9 @@
color: var(--color-dark-1);
font-size: 14px;
}
slot::slotted(h2 a) {
text-decoration: underline;
color: var(--color-teal-2);
slot {
display: block;
}
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 {
text-decoration: underline;
color: var(--color-teal-2);