diff --git a/web/app/globals.css b/web/app/globals.css index c3a7a84..b024776 100644 --- a/web/app/globals.css +++ b/web/app/globals.css @@ -112,6 +112,10 @@ button code { font-weight: 700; } +.prose code::before, +.prose code::after { + content: "" !important; +} * { border-color: white;