commit bc44d188be36bf0171deccc0928ca22c53375cd9 parent 4371d8e5b218a33b95599c547206bb2a0a48c470 Author: xfnw <xfnw@ttm.sh> Date: Sat, 24 Oct 2020 16:16:32 -0400 make preformatted pop out less Diffstat:
M | assets/xfnw.css | | | 6 | ++---- |
1 file changed, 2 insertions(+), 4 deletions(-)
diff --git a/assets/xfnw.css b/assets/xfnw.css @@ -34,15 +34,13 @@ text-decoration: underline; code, kbd, pre { -background: #555; +background: #222; color: #eee; } pre { -padding: 10px; +padding: 3px; border-radius: 0px 10px 10px 0px; -border: 1px solid #cdcdcd; -border-left: 3px solid #cdcdcd; overflow:auto; }