aboutsummaryrefslogtreecommitdiff
path: root/juick-www/src/main/static/style.css
diff options
context:
space:
mode:
Diffstat (limited to 'juick-www/src/main/static/style.css')
-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;