css tweak

This commit is contained in:
Yann Esposito (Yogsototh) 2021-05-10 00:17:37 +02:00
parent 1b7f0d98e7
commit 50ebc7501c
Signed by untrusted user who does not match committer: yogsototh
GPG Key ID: 7B19A4C650D59646
1 changed files with 6 additions and 2 deletions

View File

@ -93,6 +93,8 @@ figcaption { text-align: right; font-style: italic; font-size: 0.875em; }
--fg: #4c566a; /* var(--b02); */
--rfg: var(--b03);
--hl: var(--rfg);
--lgbg: var(--fg);
--lgbd: var(--rfg);
}
img { filter: brightness(0.8) sepia(100%) hue-rotate(185deg) saturate(0.5); }
@ -117,6 +119,8 @@ img:hover { filter: none; }
--fg0: var(--b00);
--rfg: var(--b1);
--hl: var(--b1);
--lgbg: hsl(218,20%,10%);
--lgbd: var(--b03);
}
img { filter: brightness(0.6) sepia(100%) hue-rotate(185deg) saturate(0.5); }
img:hover { filter: brightness(0.7); }
@ -153,8 +157,8 @@ table th { background: var(--rbg); }
#toc ul { padding-left: 2em; }
/* ---- SYNTAX HIGHLIGHTING ---- */
#table-of-contents { text-align: left; }
#logo { background: var(--fg);
border-bottom: solid 5px var(--rfg); }
#logo { background: var(--lgbg);
border-bottom: solid 5px var(--lgbd); }
.ex { color:var(--v); }
.op, .fu, .ot {color:var(--b);}
.bu { color:var(--m); }