From 6103ede494a8ee81bc58a57fdeacb0ece2d2cb5c Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sun, 5 Aug 2018 14:33:36 +0530 Subject: [PATCH] style.css: increase contrast for footer btns --- src/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/style.css b/src/style.css index 219dc16..aa1591a 100644 --- a/src/style.css +++ b/src/style.css @@ -618,7 +618,7 @@ body > #demo-frame { height: 20px; letter-spacing: 0.6px; white-space: nowrap; - color: #9297b3; + color: #bbbfd3; border-radius: 3px; margin-left: 10px; padding: 0px 8px; @@ -713,7 +713,7 @@ body > #demo-frame { .footer a > svg, .footer button > svg { transition: 0.3s ease; - fill: rgba(255, 255, 255, 0.2); + fill: rgba(255, 255, 255, 0.5); } .footer a:hover svg,