diff options
| author | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-03 19:29:02 +0100 |
|---|---|---|
| committer | Nantha Sorubakanthan <nantha@mielota.com> | 2025-11-03 19:29:02 +0100 |
| commit | 9d8004dcf29ef76347aa857e473df2aa627a80a3 (patch) | |
| tree | 59188e1c86aa96f5ca286420939a5c017b2c534b /static | |
| parent | 801e74106cdda71b76d08b38b88672de1b2b9214 (diff) | |
fixed pre and code tags css
Diffstat (limited to 'static')
| -rw-r--r-- | static/style.css | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/static/style.css b/static/style.css index c44cf6a..9bf2cc8 100644 --- a/static/style.css +++ b/static/style.css @@ -50,11 +50,14 @@ pre { code { font-family: var(--titlecodefont); - background: var(--sbg); border-radius: 3px; font-size: 85%; } +p code { + background: var(--sbg); +} + blockquote { background: rgba(219, 75, 77, 0.2); padding: 0.3em 0.9em; @@ -116,7 +119,6 @@ h4, h5, h6 { font-style: italic; - ; } hr { |
