From 66a15d3d098f14973431f2176677ff199dc3b866 Mon Sep 17 00:00:00 2001 From: kisukalat Date: Fri, 26 Dec 2025 06:06:15 +0200 Subject: [PATCH] fix legacyer browsers maybe --- static/style.css | 4 ++-- templates/footer.html | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/static/style.css b/static/style.css index a954ba6..a1e4662 100644 --- a/static/style.css +++ b/static/style.css @@ -69,13 +69,13 @@ pre { white-space: pre-wrap; } -code { +code, .code { border-radius: 5px ; overflow-wrap: break-word ; font-size: x-small; } -code:not(pre code) { +code:not(pre code), .code { color: lime; } diff --git a/templates/footer.html b/templates/footer.html index c82df7c..23409d8 100644 --- a/templates/footer.html +++ b/templates/footer.html @@ -1,7 +1,7 @@