From 47557112eaf0fdbe79851fe6db7bd239c491cd0a Mon Sep 17 00:00:00 2001 From: Rohan Rangray Date: Mon, 8 Jun 2015 03:04:58 -0700 Subject: [PATCH] Changed the urlbar color --- css/style.css | 7 ++++++- 1 file changed, 6 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 116ed4a..36b81a2 100644 --- a/css/style.css +++ b/css/style.css @@ -100,7 +100,8 @@ nav ul a { transform: translateY(-50%); height: 90%; width: 1px; - background-color: #aebcb9; + background-color: #D2143F; + /*background-color: #aebcb9;*/ } .cd-headline.type .cd-words-wrapper.waiting::after { @@ -304,3 +305,7 @@ footer.page-footer { font-weight: 100; color: #304ffe; } + +.scrollspy { + margin-bottom: -10px; +} -- 1.9.1