You are viewing a plain text version of this content. The canonical link for it is here.
Posted to privacy-commits@apache.org by gr...@apache.org on 2021/03/13 20:08:19 UTC

[privacy-website] 22/27: fix color bugs

This is an automated email from the ASF dual-hosted git repository.

grobmeier pushed a commit to branch main
in repository https://gitbox.apache.org/repos/asf/privacy-website.git

commit 9c8b320e7a8d0d0f1ebbd20b7d6a3fe3d6db5078
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Mar 12 23:36:58 2021 +0100

    fix color bugs
---
 _sass/main.scss | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/_sass/main.scss b/_sass/main.scss
index 928ecfa..38937b3 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -23,6 +23,7 @@ $color_link: #4643aa;
 $color_dropdown: #EEE;
 $color_nav_item: #2f3036;
 $color_nav_hover: #1989c5;
+$color_header_text: #EEE;
 
 html, body {
     width: 100%;
@@ -56,7 +57,7 @@ header {
         align-items: center;
         font-size: 24px;
         font-family: $font;
-        color: $color_nav;
+        color: $color_header_text;
         padding-left: 20px;
     }
 
@@ -104,7 +105,7 @@ header {
 
         li:hover ul a {
             background: $color_dropdown;
-            color: #color_asf;
+            color: $color_asf;
             height: 40px;
             line-height: 40px;
         }
@@ -164,7 +165,7 @@ header {
 }
 
 footer {
-    background-color: #282661;
+    background-color: $color_nav_item;
     color: white;
     min-height: 100px;
 }


---------------------------------------------------------------------
To unsubscribe, e-mail: privacy-commits-unsubscribe@apache.org
For additional commands, e-mail: privacy-commits-help@apache.org