site

bvnf.space sources
Log | Files | Refs

commit 63ea0c5fd7125ec934e0308de7a0d5e870efe38c
parent 104b46e4d122545c1e57cb3f3573cb524e303c7e
Author: phoebos <ben@bvnf.space>
Date:   Sun, 31 Mar 2024 23:24:30 +0100

style: misc

Diffstat:
Mstyle.css | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

diff --git a/style.css b/style.css @@ -9,9 +9,12 @@ body { } code { font-family: monospace; + border-radius: 5px; +} +pre { + overflow-x: auto; background: #ddd; padding: 0.2ch; - border-radius: 5px; } table { width: 100%;