update theme
This commit is contained in:
parent
fd7a7c3829
commit
b1b037e3e1
1 changed files with 5 additions and 5 deletions
|
@ -150,11 +150,6 @@ td {
|
||||||
padding: 5px;
|
padding: 5px;
|
||||||
}
|
}
|
||||||
|
|
||||||
blockquote {
|
|
||||||
border-left: 10px solid var(--theme-accent);
|
|
||||||
padding-left: 5px;
|
|
||||||
}
|
|
||||||
|
|
||||||
article code>span {
|
article code>span {
|
||||||
padding: 1rem;
|
padding: 1rem;
|
||||||
font-size: 18px;
|
font-size: 18px;
|
||||||
|
@ -168,4 +163,9 @@ article code>span {
|
||||||
code {
|
code {
|
||||||
word-wrap: normal;
|
word-wrap: normal;
|
||||||
white-space: break-spaces;
|
white-space: break-spaces;
|
||||||
|
}
|
||||||
|
|
||||||
|
blockquote {
|
||||||
|
border-left: 10px solid var(--theme-accent);
|
||||||
|
padding-left: 5px;
|
||||||
}
|
}
|
Loading…
Reference in a new issue