mirror of
https://github.com/go-shiori/shiori.git
synced 2024-11-16 06:06:31 +08:00
Better pre and code style in cache
This commit is contained in:
parent
3413291aff
commit
ae2aea35e2
3 changed files with 16 additions and 7 deletions
File diff suppressed because one or more lines are too long
File diff suppressed because one or more lines are too long
|
@ -684,7 +684,16 @@ body {
|
|||
}
|
||||
pre,
|
||||
code {
|
||||
overflow: auto;
|
||||
border: 1px solid var(--border);
|
||||
font-family: 'Ubuntu Mono', 'Courier New', Courier, monospace;
|
||||
font-size: 16px;
|
||||
}
|
||||
pre {
|
||||
padding: 8px;
|
||||
>code {
|
||||
border: 0;
|
||||
}
|
||||
}
|
||||
ol,
|
||||
ul {
|
||||
|
|
Loading…
Reference in a new issue