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 @@