From 599d29ccc76e7f96c27d9faaf1f43458827cc8fd Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Wed, 27 Dec 2017 11:34:48 +0000 Subject: www: gray/white juick --- juick-www/src/main/static/style.css | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'juick-www/src') diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css index 235feb2a..0b726ea3 100644 --- a/juick-www/src/main/static/style.css +++ b/juick-www/src/main/static/style.css @@ -66,7 +66,7 @@ pre::-moz-selection { /* #region overall layout */ html { - background: #eaeadf; + background: #f8f8f8; color: #222; } #wrapper { @@ -88,7 +88,7 @@ html { } body > header { box-shadow: 0 0 3px rgba(0, 0, 0, 0.28); - background: #f2f2ec; + background: #fff; position: fixed; top: 0; width: 100%; @@ -221,7 +221,7 @@ body > header a { padding: 6px; } #column li > a:hover { - background-color: #f2f2ec; + background-color: #fff; box-shadow: 0 0 3px rgba(0, 0, 0, 0.16); transition: background-color 0.2s ease-in; } @@ -236,7 +236,7 @@ body > header a { text-align: justify; } #column .inp { - background: #F5F5E9; + background: #fff; border: 1px solid #CCC; border-radius: 3px; padding: 3px; -- cgit v1.2.3