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;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 10px solid var(--theme-accent);
|
||||
padding-left: 5px;
|
||||
}
|
||||
|
||||
article code>span {
|
||||
padding: 1rem;
|
||||
font-size: 18px;
|
||||
|
@ -169,3 +164,8 @@ code {
|
|||
word-wrap: normal;
|
||||
white-space: break-spaces;
|
||||
}
|
||||
|
||||
blockquote {
|
||||
border-left: 10px solid var(--theme-accent);
|
||||
padding-left: 5px;
|
||||
}
|
Loading…
Reference in a new issue