mirror of
https://github.com/glassflame/glassflame.github.io.git
synced 2024-11-22 08:04:27 +00:00
Fancy blockquotes
This commit is contained in:
parent
bc5a9fbb6a
commit
03474556c2
1 changed files with 10 additions and 0 deletions
|
@ -20,6 +20,7 @@
|
||||||
--font-text: sans-serif;
|
--font-text: sans-serif;
|
||||||
--font-mono: monospace;
|
--font-mono: monospace;
|
||||||
--math-border-width: 1px;
|
--math-border-width: 1px;
|
||||||
|
--blockquote-border-width: 2px;
|
||||||
}
|
}
|
||||||
|
|
||||||
@media screen {
|
@media screen {
|
||||||
|
@ -67,6 +68,15 @@ svg line {
|
||||||
stroke-width: var(--edge-width);
|
stroke-width: var(--edge-width);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: var(--blockquote-border-width) solid var(--color-accent);
|
||||||
|
margin-block-start: 0;
|
||||||
|
margin-block-end: 0;
|
||||||
|
margin-inline-start: 0;
|
||||||
|
margin-inline-end: 0;
|
||||||
|
padding-left: 1.5ex;
|
||||||
|
}
|
||||||
|
|
||||||
.math {
|
.math {
|
||||||
overflow-x: auto;
|
overflow-x: auto;
|
||||||
overflow-y: hidden;
|
overflow-y: hidden;
|
||||||
|
|
Loading…
Reference in a new issue