From 81a8642158fda01b1b5395e4ddefb20274032773 Mon Sep 17 00:00:00 2001 From: Jonas Leder <jonas@jonasled.de> Date: Sun, 15 Mar 2020 11:57:10 +0100 Subject: [PATCH] changed color scheme of bright design to green (as the rest of the page) --- static/style.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/static/style.css b/static/style.css index 15316ec..5abcb3b 100644 --- a/static/style.css +++ b/static/style.css @@ -164,8 +164,8 @@ button#small { height: auto; min-height: 21px; z-index: 2147483647; - background: rgb(238, 238, 238); - color: rgb(51, 51, 51); + background: #fff; + color: #000; line-height: 21px; padding: 8px 18px; font-family: verdana, arial, sans-serif; @@ -183,8 +183,8 @@ button#small { margin-left: 5px; border-radius: 5px; cursor: pointer; - color: rgb(0, 0, 0); - background: rgb(241, 214, 0); + color: #FFFFFF; + background: #4caf50; text-align: center; } @@ -195,7 +195,7 @@ button#small { .cookieinfo-link{ text-decoration: none; - color: rgb(49, 168, 240); + color: #4caf50; } @-webkit-keyframes fadein { -- GitLab