mirror of
https://git.ari.lt/ari.lt/blog.ari.lt.git
synced 2025-02-04 09:39:25 +01:00
update @ Tue 20 Sep 01:20:12 EEST 2022
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
This commit is contained in:
parent
d4afe6c673
commit
009b27e4d5
1 changed files with 19 additions and 6 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Reference in a new issue