diff --git a/themes/openAV-Luppp/static/css/style.css b/themes/openAV-Luppp/static/css/style.css index 5035525..7c9ff32 100644 --- a/themes/openAV-Luppp/static/css/style.css +++ b/themes/openAV-Luppp/static/css/style.css @@ -107,4 +107,10 @@ article { border: 1px solid #7f8c8d; padding: 20px; margin: 20px; +} + +code { + background-color: rgba(27, 31, 35, .05); + color: black; + font-family: "Menlo", "DejaVu Sans Mono", "Liberation Mono", "Consolas", "Ubuntu Mono", "Courier New", "andale mono", "lucida console", monospace; } \ No newline at end of file