From e1426b9385adbb4ec3734a16c4ca372391788488 Mon Sep 17 00:00:00 2001 From: Kushagra Gour Date: Sat, 29 Sep 2018 17:48:11 +0530 Subject: [PATCH] style: fix selected style of mode-btns --- src/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/src/style.css b/src/style.css index 4f81223..0cf9c64 100644 --- a/src/style.css +++ b/src/style.css @@ -721,12 +721,12 @@ body > #demo-frame { .footer a > svg, .footer button > svg { transition: 0.3s ease; - fill: rgba(255, 255, 255, 0.5); + fill: rgba(255, 255, 255, 0.35); } .footer a:hover svg, .footer button:hover svg { - fill: rgba(255, 255, 255, 0.45); + fill: rgba(255, 255, 255, 0.6); } .mode-btn svg { @@ -735,7 +735,7 @@ body > #demo-frame { } .mode-btn.selected svg { - fill: rgba(255, 255, 255, 0.45); + fill: rgba(255, 255, 255, 0.6); } .gutter {