diff options
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 9 |
1 files changed, 7 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index 821403d..50b0066 100644 --- a/static/style.css +++ b/static/style.css @@ -36,17 +36,22 @@ pre { line-break: auto; text-align: left; border: solid 1px var(--fg); + line-break: anywhere; + white-space: pre-wrap !important; } code { font-family: var(--titlecodefont); background: var(--sbg); + border-radius: 3px; + font-size: smaller; } blockquote { background: var(--sbg); - padding: 0.3em 0.5em; + padding: 0.3em 0.9em; margin: auto; + border-left: 4px solid var(--link); } .buttons { @@ -165,4 +170,4 @@ img { .columns { columns: 1; } -} +}
\ No newline at end of file |
