gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: less colors


From: gnunet
Subject: [www] branch master updated: less colors
Date: Fri, 03 Jul 2020 16:46:02 +0200

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

martin-schanzenbach pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new e409444  less colors
e409444 is described below

commit e409444fea4bab575c7b5ef60933edbf15648468
Author: Martin Schanzenbach <mschanzenbach@posteo.de>
AuthorDate: Fri Jul 3 16:40:19 2020 +0200

    less colors
---
 static/styles.css      | 9 +++++++--
 template/index.html.j2 | 8 ++++----
 2 files changed, 11 insertions(+), 6 deletions(-)

diff --git a/static/styles.css b/static/styles.css
index 9f3ea15..ab24030 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -60,8 +60,8 @@ code.block {
   float: right;
 }
 
-.c_acronym .homepageicon {
-  color: white;
+.greybox .homepageicon {
+  color: #555;
 }
 
 a.btn {
@@ -83,6 +83,11 @@ a.btn.frontpage {
     color: #f4f4f4  !important;
 }
 
+.greybox {
+  background-color: #f4f4f4;
+  color: #111;
+}
+
 h6.description {
   font-weight: bold;
   letter-spacing: 2px;
diff --git a/template/index.html.j2 b/template/index.html.j2
index 988031d..a9cc5aa 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -15,7 +15,7 @@
       </div>
   </div>
 </div>
-<div class="container-fluid c_acronym bluebox">
+<div class="container-fluid greybox">
   <div class="container">
     <div class="row">
       <div class="col-lg-2"></div>
@@ -86,7 +86,7 @@
   </div>
 </div>
 
-<div class="container-fluid c_acronym bluebox">
+<div class="container-fluid greybox">
   <div class="container">
     <div class="row">
       <div class="col-lg-2"></div>
@@ -144,7 +144,7 @@
     </div>
   </div>
 </div>
-<div class="container-fluid c_acronym bluebox">
+<div class="container-fluid greybox">
   <div class="container">
     <div class="row">
       <div class="col-lg-2"></div>
@@ -195,7 +195,7 @@
     </div>
   </div>
 </div>
-<div class="container-fluid c_acronym bluebox">
+<div class="container-fluid greybox">
   <div class="container">
     <div class="row">
       <div class="col-lg-2"></div>

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