From d928abdd0628518e0d3e161c3ff74532b5d647cd Mon Sep 17 00:00:00 2001 From: Vladimir Hodakov Date: Sun, 14 Jan 2018 04:20:03 +0400 Subject: [PATCH] Inline code and kbd tags coloring --- static/css/tango.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/css/tango.css b/static/css/tango.css index 9b26b57..1d97571 100644 --- a/static/css/tango.css +++ b/static/css/tango.css @@ -103,6 +103,11 @@ pre { border: 1px dashed #777; } +code, kbd { + color: #f8f8f2; + background-color: #555753; +} + .footer { background-color: #2e3436!important; color: #babdb6!important;