Minor CSS fixes

This commit is contained in:
Yann Esposito (Yogsototh) 2020-02-16 19:09:59 +01:00
parent ab8faf354c
commit 6e7faf916c
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646

View file

@ -7,7 +7,7 @@
} }
body { body {
font-size: 18px; font-size: 18px;
font-family: Palatino, Georgia, serif; font-family: Baskerville, Georgia, serif;
line-height: var(--lh); line-height: var(--lh);
} }
code, pre, pre code { code, pre, pre code {
@ -59,7 +59,6 @@ ol > li:nth-child(n+10):before {
} }
img { img {
width: 100%; width: 100%;
max-height: 100vh;
margin: 1em auto; margin: 1em auto;
} }
p > img, li > img { p > img, li > img {
@ -278,9 +277,9 @@ figure, .figure {
--bdr: var(--b02); --bdr: var(--b02);
--l-fg: var(--bg); --l-fg: var(--bg);
--l-bg: var(--g); --l-bg: var(--g);
img { }
filter: brightness(0.8) sepia(100%) hue-rotate(182deg) saturate(0.6); img {
} filter: brightness(0.7) sepia(100%) hue-rotate(182deg) saturate(0.6);
} }
#d:checked ~ .main, #d:checked ~ #labels { #d:checked ~ .main, #d:checked ~ #labels {
--bg: var(--b03); --bg: var(--b03);