From b5232ae6c61f191ed2ef0839aa3e3f03ef13c230 Mon Sep 17 00:00:00 2001 From: Sean Yesmunt <sean@lbry.io> Date: Wed, 29 Aug 2018 15:44:02 -0400 Subject: [PATCH] change channel link color to be consistent with internal links --- src/renderer/scss/component/_button.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/renderer/scss/component/_button.scss b/src/renderer/scss/component/_button.scss index d1e6f7e91..4da2fae44 100644 --- a/src/renderer/scss/component/_button.scss +++ b/src/renderer/scss/component/_button.scss @@ -163,7 +163,7 @@ button:disabled { transition: color var(--animation-duration) var(--animation-style); &:hover { - color: var(--color-light-blue); + color: var(--btn-color-inverse); } } -- 2.45.3