aboutsummaryrefslogtreecommitdiff
path: root/juick-www
diff options
context:
space:
mode:
authorGravatar Vitaly Takmazov2017-12-27 11:34:48 +0000
committerGravatar Vitaly Takmazov2017-12-27 11:34:48 +0000
commit599d29ccc76e7f96c27d9faaf1f43458827cc8fd (patch)
treedc9572ecccab573450fcfb23e81d46fc5ea4b204 /juick-www
parent58913ede3271253ca92159ae7682875c989b2ebb (diff)
www: gray/white juick
Diffstat (limited to 'juick-www')
-rw-r--r--juick-www/src/main/static/style.css8
1 files changed, 4 insertions, 4 deletions
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;