From f93df6b0751a6132e947aa3e78bed695f539df9b Mon Sep 17 00:00:00 2001 From: CasparA Date: Tue, 10 May 2016 14:27:20 +0200 Subject: [PATCH] [FIX] css an Freifunk CI angepasst (schwarz/pink) --- css/styles.css | 9 ++++++++- 1 file changed, 8 insertions(+), 1 deletion(-) diff --git a/css/styles.css b/css/styles.css index fb31b9b..f579015 100644 --- a/css/styles.css +++ b/css/styles.css @@ -5,5 +5,12 @@ * */ .panel-footer { - font-size: 80%; + font-size: 80%; +} +.btn-primary { + background-color: #dc0067 !important; + border-color: #cc0057 !important; +} +.panel-primary > .panel-heading { + background-color: #000000 !important; } \ No newline at end of file