gnunet-svn
[Top][All Lists]
Advanced

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

[www] branch master updated: make links in blueboxes less painfull to re


From: gnunet
Subject: [www] branch master updated: make links in blueboxes less painfull to read and discover.
Date: Sun, 01 Dec 2019 16:54:03 +0100

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

ng0 pushed a commit to branch master
in repository www.

The following commit(s) were added to refs/heads/master by this push:
     new 13b8ffc  make links in blueboxes less painfull to read and discover.
13b8ffc is described below

commit 13b8ffcee6000607a625aa7af0a1f17ac09db42d
Author: ng0 <address@hidden>
AuthorDate: Sun Dec 1 15:50:44 2019 +0000

    make links in blueboxes less painfull to read and discover.
---
 static/styles.css      | 13 ++++++++++---
 template/index.html.j2 |  2 +-
 2 files changed, 11 insertions(+), 4 deletions(-)

diff --git a/static/styles.css b/static/styles.css
index d2d9c88..5979d21 100644
--- a/static/styles.css
+++ b/static/styles.css
@@ -49,10 +49,17 @@ code {
 
 a.btn {
   text-decoration: none !important;
-  color: white !important; }
-  a.btn:link, a.btn:visited {
+  color: white !important;
+}
+a.btn:link, a.btn:visited {
     text-decoration: none !important;
-    color: white !important; }
+    color: white !important;
+}
+
+.bluebox a:link, .bluebox a:visited {
+    text-decoration: underline !important;
+    color: #f4f4f4  !important;
+}
 
 h6.description {
   font-weight: bold;
diff --git a/template/index.html.j2 b/template/index.html.j2
index 578e8d8..7e442e2 100644
--- a/template/index.html.j2
+++ b/template/index.html.j2
@@ -51,7 +51,7 @@
   </div>
 </div>
 
-<div class="container-fluid c_acronym link-white">
+<div class="container-fluid c_acronym link-white bluebox">
   <div class="container">
     <div class="row">
       <div class="container text-center">

-- 
To stop receiving notification emails like this one, please contact
address@hidden.



reply via email to

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