From 0d72d36574cf9ff72b2149b8c6e1233c5fd440c2 Mon Sep 17 00:00:00 2001 From: TempSpas Date: Tue, 7 Nov 2017 17:04:53 -0500 Subject: [PATCH] Change color of inline nick box to Solarized background highlight color --- design.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/design.css b/design.css index 439a233..d8d9b9e 100755 --- a/design.css +++ b/design.css @@ -571,7 +571,7 @@ body .inline_nickname { display: inline-block; line-height: 1; padding: 3px 2px; - background: #2C3E50; + background: #073642; /*#2C3E50;*/ border: 1px solid #34495E; border-radius: 3px; /*margin: 2px 0;*/