From 87ff51994f78cf91d21f5bd62e15c2dcdf80deb1 Mon Sep 17 00:00:00 2001 From: Frans Bouma Date: Thu, 18 Feb 2016 12:47:42 +0100 Subject: [PATCH] Updated theme for pre.nocode, it now also has shadow --- Themes/Default/Destination/css/theme.css | 5 +++++ 1 file changed, 5 insertions(+) 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; }