Small fixes

- @mixin and @include for dark scheme
- unset `--font-weight` in `hgroup`
This commit is contained in:
Lucas Larroche 2021-07-03 00:22:17 +07:00
parent 0c1d8b5972
commit 537f5008c2
17 changed files with 25 additions and 28 deletions

View file

@ -357,7 +357,7 @@ kbd {
}
}
[data-theme="dark"] :root:not([data-theme="light"]) {
[data-theme="dark"] {
color-scheme: dark;
--background-color: #11191f;
--color: #bbc6ce;
@ -706,9 +706,9 @@ hgroup > * {
hgroup > *:last-child {
--color: var(--muted-color);
--font-weight: unset;
font-family: unset;
font-size: 1rem;
font-weight: unset;
}
p {