From f364358d21ee5c6f824eb739f0e6d79915501ab3 Mon Sep 17 00:00:00 2001 From: boyska Date: Wed, 5 Aug 2020 14:18:30 +0200 Subject: [PATCH] sfondo --- themes/maya0x17/static/theme.scss | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/themes/maya0x17/static/theme.scss b/themes/maya0x17/static/theme.scss index 205cdff..14b80e9 100644 --- a/themes/maya0x17/static/theme.scss +++ b/themes/maya0x17/static/theme.scss @@ -149,3 +149,8 @@ h1 > (a, a:focus, a:active) { color: $c-titles; } .translations-available { text-align: right; } +code { + background-color: #333; + border: 1px solid #888; + border-radius: 0.4em; +}