gnunet-svn
[Top][All Lists]
Advanced

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

[taler-bank] branch master updated: new colors


From: gnunet
Subject: [taler-bank] branch master updated: new colors
Date: Wed, 16 Mar 2022 14:07:30 +0100

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 8032f8b  new colors
8032f8b is described below

commit 8032f8bd6520bf86428a88da0e15fe8398e2a72b
Author: Florian Dold <florian@dold.me>
AuthorDate: Wed Mar 16 14:07:20 2022 +0100

    new colors
---
 talerbank/app/static/colors-bank.css | 24 ++++++++++++++++++++++++
 talerbank/app/templates/base.html    |  1 +
 2 files changed, 25 insertions(+)

diff --git a/talerbank/app/static/colors-bank.css 
b/talerbank/app/static/colors-bank.css
new file mode 100644
index 0000000..8f41bdf
--- /dev/null
+++ b/talerbank/app/static/colors-bank.css
@@ -0,0 +1,24 @@
+nav,
+nav a,
+nav span,
+.navcontainer,
+.demobar,
+.navbtn {
+  color: white;
+  background: #c00000;
+}
+
+nav a.active,
+nav span.active,
+.navbtn.active {
+  background-color: #7a0606;
+}
+
+nav a.active:hover,
+nav span.active:hover,
+.navbtn.active:hover,
+nav a:hover,
+nav span:hover,
+.navbtn:hover {
+  background: #df3d3d;
+}
diff --git a/talerbank/app/templates/base.html 
b/talerbank/app/templates/base.html
index 4a09ce9..83e4bfa 100644
--- a/talerbank/app/templates/base.html
+++ b/talerbank/app/templates/base.html
@@ -2,6 +2,7 @@
 
 {% block head %}
 <link rel="stylesheet" type="text/css" href="{{ static('bank.css') }}" />
+<link rel="stylesheet" type="text/css" href="{{ static('colors-bank.css') }}" 
/>
 <link rel="stylesheet" type="text/css" href="{{ static('disabled-button.css') 
}}" />
 {% endblock %}
 

-- 
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]