mirror of
https://github.com/mfocko/blog.git
synced 2024-11-22 04:53:47 +01:00
fix: revert “further”
it's too much Signed-off-by: Matej Focko <mfocko@redhat.com>
This commit is contained in:
parent
5210ca493e
commit
751570be08
1 changed files with 1 additions and 10 deletions
|
@ -9,20 +9,11 @@
|
||||||
src: url("/fonts/CascadiaCodePLItalic.woff2") format("woff2");
|
src: url("/fonts/CascadiaCodePLItalic.woff2") format("woff2");
|
||||||
}
|
}
|
||||||
|
|
||||||
[data-theme='light'] pre,
|
|
||||||
[data-theme='light'] code,
|
|
||||||
[data-theme='light'] kbd,
|
|
||||||
[data-theme='light'] var,
|
|
||||||
[data-theme='light'] tt,
|
|
||||||
[data-theme='light'] text {
|
|
||||||
font-weight: 350;
|
|
||||||
}
|
|
||||||
|
|
||||||
[data-theme='dark'] pre,
|
[data-theme='dark'] pre,
|
||||||
[data-theme='dark'] code,
|
[data-theme='dark'] code,
|
||||||
[data-theme='dark'] kbd,
|
[data-theme='dark'] kbd,
|
||||||
[data-theme='dark'] var,
|
[data-theme='dark'] var,
|
||||||
[data-theme='dark'] tt,
|
[data-theme='dark'] tt,
|
||||||
[data-theme='dark'] text {
|
[data-theme='dark'] text {
|
||||||
font-weight: 300;
|
font-weight: 350;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue