Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/gesquive/slate.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authorGus Esquivel <gesquive@gmail.com>2017-05-22 16:34:27 +0300
committerGus Esquivel <gesquive@gmail.com>2017-05-23 16:03:23 +0300
commit30aba78291b370a9826897b27a8cc2a5a764e3f5 (patch)
treea7936a06c063d08a66bb64b90ab9247289618f43 /src
parent2cbcb7fc4ad948f19a8eb9f7d2b4c7484b99329b (diff)
better docs for site params
make the background param safer to use
Diffstat (limited to 'src')
-rw-r--r--src/scss/slate.scss3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/scss/slate.scss b/src/scss/slate.scss
index 60a938e..1064303 100644
--- a/src/scss/slate.scss
+++ b/src/scss/slate.scss
@@ -8,7 +8,7 @@ $transition-time: .3s;
$menu-bar-width: 50px;
-$background: #bdbdbd;
+$background: #657383;
$text-color: #000;
$text-title-color: #fff;
@@ -23,7 +23,6 @@ body {
margin-left: 50px;
color: $text-color;
background-image: radial-gradient(ellipse farthest-side at center top, #FCFCFC 0%, #657383 100%);
-
}
.container {