summaryrefslogtreecommitdiff
path: root/pages/assets/variables.scss
diff options
context:
space:
mode:
authorelijah <elijah@riseup.net>2014-08-20 17:04:20 -0700
committerelijah <elijah@riseup.net>2014-08-20 17:04:20 -0700
commitb70a537088893b4bd787b55a493d3e6a0e353502 (patch)
treefabd168718df31aae154144a235553e148b27a9b /pages/assets/variables.scss
parenta7ef05b03e208ae186e065f69b58c9f5b2e95402 (diff)
single column front page
Diffstat (limited to 'pages/assets/variables.scss')
-rw-r--r--pages/assets/variables.scss4
1 files changed, 2 insertions, 2 deletions
diff --git a/pages/assets/variables.scss b/pages/assets/variables.scss
index f1ad236..98112dd 100644
--- a/pages/assets/variables.scss
+++ b/pages/assets/variables.scss
@@ -42,8 +42,8 @@ $navigation-shadow: 1px 1px 4px #111;
$link-color: darken($masthead-background-color, 15%);
$link-visited-color: darken($masthead-background-color, 25%);
-$home-light-color: #fff;
-$home-light-background-color: #111;
+$home-light-color: #000;
+$home-light-background-color: #eee;
$home-dark-color: #fff;
$home-dark-background-color: $background-color;