From d461d3035c5cee7990695b519e957d5d02d036d6 Mon Sep 17 00:00:00 2001 From: Daniel Gimmer Date: Wed, 11 Jan 2017 20:06:48 +0100 Subject: [PATCH] Made the border of the code-box darker, the background black to make it look more like a "console" --- zdoom_blue_v3/theme/content.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/zdoom_blue_v3/theme/content.css b/zdoom_blue_v3/theme/content.css index 4bead0a..11f71fc 100644 --- a/zdoom_blue_v3/theme/content.css +++ b/zdoom_blue_v3/theme/content.css @@ -554,8 +554,8 @@ blockquote.uncited { /* Code block */ dl.codebox { padding: 3px; - background-color: #FFFFFF; - border: 1px solid #d8d8d8; + background-color: #000000; + border: 1px solid #dl.codebox; font-size: 1em; }