diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 17:15:02 +0200 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-10-05 17:15:02 +0200 |
| commit | 0e22827ed0fd1b722bf8ba203709ae3928ce7975 (patch) | |
| tree | becbad5970ce621d28ad520efefe80b68173afd8 | |
| parent | cc3e8a695c90277343e24264c8eacf6ee431ee45 (diff) | |
Improved css
| -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 |
