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:21 UTC

[privacy-website] 24/27: rename and tweak some colors

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 e8ebd7b3608c191ab81c67109890c0fb2173557d
Author: Daniel Gruno <hu...@apache.org>
AuthorDate: Fri Mar 12 23:45:59 2021 +0100

    rename and tweak some colors
---
 _sass/main.scss | 9 +++++----
 1 file changed, 5 insertions(+), 4 deletions(-)

diff --git a/_sass/main.scss b/_sass/main.scss
index 1524c39..02edb42 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -20,12 +20,12 @@ under the License.
 $font: Helvetica, Arial, sans-serif;
 $main_background_color: #fff;
 $body_background_color: #f8f8f8;
-$color_asf: #282661;
+$color_text: #444;
 $color_link: #4643aa;
-$color_dropdown: #EEE;
+$color_dropdown: #eee;
 $color_nav_item: #2f3036;
 $color_nav_hover: #1989c5;
-$color_header_text: #EEE;
+$color_header_text: #eee;
 
 
 html, body {
@@ -109,7 +109,7 @@ header {
 
         li:hover ul a {
             background: $color_dropdown;
-            color: $color_asf;
+            color: $color_text;
             height: 40px;
             line-height: 40px;
         }
@@ -177,6 +177,7 @@ footer {
 main {
     padding: 0.5em;
     margin: 0 auto;
+    color: $color_text;
     background: $main_background_color;
     font-family: Helvetica, Arial, sans-serif;
 }


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