From d93e9d12dce9ae3d5c9c4b9fa5543a68df323a9d Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 24 Dec 2017 10:53:05 +0200 Subject: [PATCH] Style pre, code and kbd tags --- theme.css | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/theme.css b/theme.css index 6a9b432..4a74716 100644 --- a/theme.css +++ b/theme.css @@ -27,6 +27,15 @@ i.hostmask { opacity: 0.7; } +pre, +code, +kbd { + color: #ddd; + background-color: #444; + border-color: #666; + box-shadow: none; +} + /* Hide nick (and edit) in input bar, not ideal */ #nick { display: none;