minor css changes

This commit is contained in:
Yann Esposito (Yogsototh) 2020-02-10 18:51:45 +01:00
parent 73c6c68d92
commit e232af794c
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 5 additions and 6 deletions

View file

@ -1,6 +1,7 @@
/* Fonts */
html,body {
font-family: Menlo, monaco, monospace;
font-size: 13px;
font-family: Menlo, monospace;
line-height: 1.5em;
}
img { width: 100%; }

View file

@ -268,6 +268,9 @@ figure, .figure {
--l-fg: var(--bg);
--l-bg: var(--o);
}
img {
filter: sepia(100%) hue-rotate(182deg) saturate(0.6);
}
}
/* Dark themes soften and darken images */
@media (prefers-color-scheme: dark) {
@ -275,11 +278,6 @@ figure, .figure {
filter: brightness(0.8) sepia(100%) hue-rotate(182deg) saturate(0.6);
}
}
@media (prefers-color-scheme: light) {
img {
filter: sepia(100%) hue-rotate(182deg) saturate(0.6);
}
}
#h {
float: left;
}