commit c6ee69e3658e25132ddf997f85f0669508e4c9d4
parent 6f3946f1b5cbc63c1fe0ef0a7ba6851581ba0f66
Author: Stefan Kügel <skuegel@web.de>
Date: Thu, 25 Mar 2021 14:48:55 +0100
Changed navbar active color from #4CAF50 (lightgreen) to #0042b2 (Taler blue)
Diffstat:
1 file changed, 2 insertions(+), 3 deletions(-)
diff --git a/talermerchantdemos/static/navbar.scss b/talermerchantdemos/static/navbar.scss
@@ -46,7 +46,7 @@ nav a:hover, nav span:hover,.navbtn:hover {
}
nav a.active, nav span.active,.navbtn.active {
- background-color: #4CAF50;
+ background-color: #0042b2;
}
nav a.active:hover, nav span.active:hover,.navbtn.active:hover {
@@ -100,4 +100,4 @@ nav .right:hover {
// input[type=checkbox]:checked + label {
// color: red;
-// }
-\ No newline at end of file
+// }