chore: small changes

This commit is contained in:
redhoodsu
2022-12-12 08:34:16 +08:00
parent 16d0f73509
commit fe05016000

View File

@@ -36,6 +36,13 @@
h4 {
margin: 0;
}
h2 {
font-size: $font-size;
[class^='icon-'],
[class*=' icon-'] {
font-weight: normal;
}
}
}
.hidden {
@@ -69,11 +76,3 @@
.string-color {
color: var(--string-color);
}
h2 {
font-size: $font-size;
[class^='icon-'],
[class*=' icon-'] {
font-weight: normal;
}
}