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

[privacy-website] 23/27: tweak main body background color, center text

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

    tweak main body background color, center text
---
 _sass/main.scss | 6 ++++++
 1 file changed, 6 insertions(+)

diff --git a/_sass/main.scss b/_sass/main.scss
index 38937b3..1524c39 100644
--- a/_sass/main.scss
+++ b/_sass/main.scss
@@ -18,6 +18,8 @@ under the License.
 */
 
 $font: Helvetica, Arial, sans-serif;
+$main_background_color: #fff;
+$body_background_color: #f8f8f8;
 $color_asf: #282661;
 $color_link: #4643aa;
 $color_dropdown: #EEE;
@@ -25,10 +27,12 @@ $color_nav_item: #2f3036;
 $color_nav_hover: #1989c5;
 $color_header_text: #EEE;
 
+
 html, body {
     width: 100%;
     height: 100%;
     margin: 0 auto;
+    background: $body_background_color;
 }
 
 body {
@@ -172,5 +176,7 @@ footer {
 
 main {
     padding: 0.5em;
+    margin: 0 auto;
+    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