From b562d65af30b851029721dbf3a31a046f73097b8 Mon Sep 17 00:00:00 2001 From: kleph Date: Thu, 17 Oct 2013 02:30:26 +0200 Subject: [PATCH] make the color of tables and the padding of cells a bit less ugly --- theme/bootstrapdark/static/local.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme/bootstrapdark/static/local.css b/theme/bootstrapdark/static/local.css index 865167b..5be0cbb 100644 --- a/theme/bootstrapdark/static/local.css +++ b/theme/bootstrapdark/static/local.css @@ -73,3 +73,12 @@ div.highlight pre { background-color: #010101; margin: 0 0 10px; } + +table { + color: #00a5b0; + background-color: #010101; +} + +td { + padding-right: 2em; +}