blog.ari.lt/content/post_critical.css
Ari Archer 9502f7a6c7
update @ Sun Oct 8 07:37:55 EEST 2023
Signed-off-by: Ari Archer <ari.web.xyz@gmail.com>
2023-10-08 07:37:55 +03:00

35 lines
540 B
CSS

blockquote {
margin: 10px 0;
overflow: hidden;
padding: 0 0 0 20px;
font-weight: 100;
position: relative;
}
blockquote:before {
content: "";
border-left: var(--bqw) solid var(--bq-b); /* Thx cel */
position: absolute;
bottom: 14px;
top: 13px;
left: 0;
}
pre {
padding: 1em;
border-radius: 4px;
}
pre,
pre code {
overflow-x: auto !important;
scrollbar-width: initial;
-ms-overflow-style: initial;
}
code:not(pre code),
time {
border-radius: 2px;
padding: 0.2em;
}