gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-bank] branch master updated: color changes requested by Leon


From: gnunet
Subject: [taler-bank] branch master updated: color changes requested by Leon
Date: Mon, 26 Apr 2021 13:02:55 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository bank.

The following commit(s) were added to refs/heads/master by this push:
     new f678fcb  color changes requested by Leon
f678fcb is described below

commit f678fcb02881833da1e21fc84af0bac631833de0
Author: Florian Dold <florian@dold.me>
AuthorDate: Mon Apr 26 13:02:52 2021 +0200

    color changes requested by Leon
---
 talerbank/app/static/demo.css | 21 ++++++++++++++-------
 1 file changed, 14 insertions(+), 7 deletions(-)

diff --git a/talerbank/app/static/demo.css b/talerbank/app/static/demo.css
index ce95cc9..214c3a2 100644
--- a/talerbank/app/static/demo.css
+++ b/talerbank/app/static/demo.css
@@ -1,5 +1,12 @@
 @charset "UTF-8";
-/* style common to all demo pages */
+/*
+Style common to all demo pages.
+
+Colors:
+- #1e2739 (dark blue)
+- #0042b2 (default blue)
+- #3daee9 (highlight blue)
+*/
 
 .demobar h1 {
   text-align: center;
@@ -37,7 +44,7 @@
 
 .demobar {
   overflow-x: auto;
-  background-color: #1e2739;
+  background-color: #0042b2;
   color: white;
 }
 
@@ -47,7 +54,7 @@ body {
 }
 
 .navcontainer {
-  background: #1e2739;
+  background: #0042b2;
   margin-bottom: 50px;
   width: 100%;
   color: white;
@@ -63,7 +70,7 @@ body {
 nav {
   left: 1vw;
   position: relative;
-  background: #1e2739;
+  background: #0042b2;
   z-index: 10000;
 }
 
@@ -76,7 +83,7 @@ nav span,
   text-decoration: none;
   display: inline-block;
   font-size: 16px;
-  background: #00000000;
+  background: #0042b2;
   height: inherit;
 }
 
@@ -89,13 +96,13 @@ nav span,
 nav a:hover,
 nav span:hover,
 .navbtn:hover {
-  background: #00000022;
+  background: #3daee9;
 }
 
 nav a.active,
 nav span.active,
 .navbtn.active {
-  background-color: #0042b2;
+  background-color: #1e2739;
 }
 
 nav a.active:hover,

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]