From c0e952a16cc7a8cd4d268946551a17608f598f47 Mon Sep 17 00:00:00 2001 From: "Joshua M. Boniface" Date: Wed, 22 Feb 2017 02:51:36 -0500 Subject: [PATCH] Tweaked foote rcolours --- themes/scroll/static/css/base.css | 15 ++++----------- 1 file changed, 4 insertions(+), 11 deletions(-) diff --git a/themes/scroll/static/css/base.css b/themes/scroll/static/css/base.css index 9de938d..57dafc3 100644 --- a/themes/scroll/static/css/base.css +++ b/themes/scroll/static/css/base.css @@ -1810,7 +1810,7 @@ a { -moz-transition: all ease 0.3s; } a:hover { - color: #404040; } + color: #fef6eb; } a.btn { text-decoration: none; @@ -2269,7 +2269,7 @@ a.fn-item.active { color: #BBC7CC; } .post-footer .share a:hover { - color: #50585D; } + color: #fef6eb; } /* ========================================================================== 6. Third Party Elements - Embeds from other services @@ -2335,17 +2335,10 @@ a.fn-item.active { font-family: sans-serif; font-size: 0.8rem; line-height: 1.5em; - color: #BBC7CC; + color: #fef6eb; text-align: center; background: #74828f; } -.site-footer a { - color: #BBC7CC; - text-decoration: underline; } - -.site-footer a:hover { - color: #50585D; } - /* The subscribe icon on the footer */ .subscribe { width: 28px; @@ -2377,7 +2370,7 @@ a.fn-item.active { transition: box-shadow 0.25s; } .subscribe:hover:before { - color: #50585D; } + color: #fef6eb; } /* CSS tooltip saying "Subscribe!" - initially hidden */ .tooltip {