diff options
| author | Christian Cleberg <[email protected]> | 2023-12-03 14:28:53 -0600 |
|---|---|---|
| committer | Christian Cleberg <[email protected]> | 2023-12-03 14:28:53 -0600 |
| commit | 6fb9529c84a268a291a23ffdd90b8ebd18fa64c0 (patch) | |
| tree | 6247126fa00ca39db0d44a9d99094a9261c4f986 /static/styles.css | |
| parent | c3e7d96aa5dd969919692d4b8a2fd153a8c2ce96 (diff) | |
| download | cleberg.net-6fb9529c84a268a291a23ffdd90b8ebd18fa64c0.tar.gz cleberg.net-6fb9529c84a268a291a23ffdd90b8ebd18fa64c0.tar.bz2 cleberg.net-6fb9529c84a268a291a23ffdd90b8ebd18fa64c0.zip | |
fix: update code block interior
Diffstat (limited to 'static/styles.css')
| -rw-r--r-- | static/styles.css | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/static/styles.css b/static/styles.css index e1b8fbe..c2807dd 100644 --- a/static/styles.css +++ b/static/styles.css @@ -102,6 +102,7 @@ code { } pre { + background-color: #3c3836; margin: 0.5rem 0; overflow-x: auto; } |
