From a8e414ba4a90b8053f427fad1f2942e9dfac3944 Mon Sep 17 00:00:00 2001 From: btzr-io Date: Mon, 2 Oct 2017 23:25:06 -0600 Subject: [PATCH] update dark theme --- ui/dist/themes/dark.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ui/dist/themes/dark.css b/ui/dist/themes/dark.css index 37cb1f9fc..e95cf2143 100644 --- a/ui/dist/themes/dark.css +++ b/ui/dist/themes/dark.css @@ -33,7 +33,7 @@ /* Header */ --header-color: #CCC; --header-active-color: #FFF; - --header-button-hover-bg: rgba(255, 255, 255, 0.15); + --header-button-hover-bg: var(--color-bg-alt); /* Table */ --table-border: 0; @@ -49,7 +49,7 @@ --scrollbar-thumb-hover-bg: rgba(255, 255, 255, 0.35); /* Media */ - --media-bg: #CCC; + --media-bg: #90A4AE; /* Divider */ --divider: 1px solid rgba(255, 225, 225, 0.12);