Skip to content

Instantly share code, notes, and snippets.

@KillyMXI
Created December 27, 2017 14:24
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save KillyMXI/7ebb33aa650923539cd16355657ec28b to your computer and use it in GitHub Desktop.
Save KillyMXI/7ebb33aa650923539cd16355657ec28b to your computer and use it in GitHub Desktop.
commit 599d29
diff --git a/juick-www/src/main/static/style.css b/juick-www/src/main/static/style.css
index 235feb2..0b726ea 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;
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment