update @ Tue 20 Sep 01:20:12 EEST 2022

Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
Ari Archer 2022-09-20 01:20:12 +03:00
parent d4afe6c673
commit 009b27e4d5
WARNING! Although there is a key with this ID in the database it does not verify this commit! This commit is SUSPICIOUS.
GPG key ID: A50D5B4B599AF8A2

View file

@ -36,6 +36,9 @@
display: none;
}
/*
* Disabled because I want code blocks to scroll
*
code,
code *,
pre,
@ -45,6 +48,8 @@ pre * {
white-space: -pre-wrap;
white-space: -o-pre-wrap;
}
*
*/
body {
margin: auto;
@ -64,12 +69,6 @@ li {
margin: 0.5em;
}
pre,
pre *,
code {
color: var(--clr-code-fg);
}
a {
text-decoration: none;
text-shadow: 0px 0px 6px white;
@ -80,6 +79,20 @@ pre * {
background-color: var(--clr-code-bg);
}
pre,
pre *,
code {
color: var(--clr-code-fg);
}
pre,
pre code {
overflow-y: scroll !important;
scrollbar-width: initial;
-ms-overflow-style: initial;
}
pre {
padding: 1em;
border-radius: 4px;