From fc9dc7de19792aaca3db4b372d0e16906ac321bb Mon Sep 17 00:00:00 2001 From: msquare Date: Thu, 30 Nov 2017 21:05:50 +0100 Subject: add dark theme for 34c3 --- public/css/theme6.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'public') diff --git a/public/css/theme6.css b/public/css/theme6.css index 7cae95cf..20ef41dd 100644 --- a/public/css/theme6.css +++ b/public/css/theme6.css @@ -5478,7 +5478,7 @@ button.list-group-item-danger.active:focus { } .panel-footer { padding: 10px 15px; - background-color: #4d4d4d; + background-color: #1a1a1a; border-top: 1px solid #383838; border-bottom-right-radius: 3px; border-bottom-left-radius: 3px; @@ -5683,14 +5683,14 @@ button.list-group-item-danger.active:focus { } .panel-default > .panel-heading { color: #888888; - background-color: #4d4d4d; + background-color: #1a1a1a; border-color: #383838; } .panel-default > .panel-heading + .panel-collapse > .panel-body { border-top-color: #383838; } .panel-default > .panel-heading .badge { - color: #4d4d4d; + color: #1a1a1a; background-color: #888888; } .panel-default > .panel-footer + .panel-collapse > .panel-body { -- cgit v1.2.3-54-g00ecf