Slightly improved book theme.

This commit is contained in:
Yann Esposito (Yogsototh) 2020-11-02 18:36:40 +01:00
parent ddfec773bd
commit 196d3a1595
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 2 additions and 2 deletions

View File

@ -240,8 +240,8 @@ input#b:checked ~ div img {
filter: brightness(0.8) sepia(30%) saturate(0.8);
}
input#b:checked ~ div pre {
background: var(--bg);
border-color: var(--rbg);
background: var(--rbg);
border-color: var(-b1);
}
em,strong,b,i,h1,h2,h3,h4,h5,h6 { color: var(--rfg); }