From 7ee0449d4c2bb89430934cffb31773de1c897a16 Mon Sep 17 00:00:00 2001 From: Baltazar Gomez Date: Mon, 14 Oct 2019 17:38:15 -0600 Subject: [PATCH] update styles --- src/ui/scss/component/_button.scss | 17 ++++++++++------- 1 file changed, 10 insertions(+), 7 deletions(-) diff --git a/src/ui/scss/component/_button.scss b/src/ui/scss/component/_button.scss index bc0d580e0..038412dfb 100644 --- a/src/ui/scss/component/_button.scss +++ b/src/ui/scss/component/_button.scss @@ -89,19 +89,22 @@ &:hover { color: $lbry-teal-5; } - - .markdown-preview & { + + .markdown-preview & { height: initial; vertical-align: initial; - color: darken($lbry-teal-5, 0.4); - } + color: $lbry-teal-5; - [data-mode='dark'] .markdown-preview & { - color: $lbry-teal-4; - &:hover { color: $lbry-teal-3; } + + [data-mode='dark'] & { + color: $lbry-teal-4; + &:hover { + color: $lbry-teal-3; + } + } } }