diff --git a/Themes/Default/Destination/css/theme.css b/Themes/Default/Destination/css/theme.css index f8428e8..358470b 100644 --- a/Themes/Default/Destination/css/theme.css +++ b/Themes/Default/Destination/css/theme.css @@ -405,6 +405,11 @@ pre > code { box-shadow: 0px 0px 8px rgba(10,10,10,0.1); } +pre.nocode { + box-shadow: 0px 0px 8px rgba(10,10,10,0.1); +} + + q { quotes: none; }