From 20c21606aca70717d0b6dc0060be398b06d993e7 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Mon, 27 Feb 2023 15:42:23 +0100 Subject: Fix hotkeys page theming --- client/src/app/core/hotkeys/hotkeys.component.scss | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'client/src/app') diff --git a/client/src/app/core/hotkeys/hotkeys.component.scss b/client/src/app/core/hotkeys/hotkeys.component.scss index a848d98cd..da23b1f48 100644 --- a/client/src/app/core/hotkeys/hotkeys.component.scss +++ b/client/src/app/core/hotkeys/hotkeys.component.scss @@ -10,9 +10,9 @@ height: 100%; top: 0; left: 0; - color: #333; + color: pvar(--mainForegroundColor); font-size: 1em; - background-color: rgba(255, 255, 255, 0.9); + background-color: pvar(--mainBackgroundColor); } .cfp-hotkeys-container.fade { @@ -41,7 +41,7 @@ .cfp-hotkeys table { margin: auto; - color: #333; + color: pvar(--mainForegroundColor); } .cfp-content { @@ -58,9 +58,9 @@ @include margin-right(5px); display: inline-block; - color: #fff; - background-color: #333; - border: 1px solid #333; + color: pvar(--mainBackgroundColor); + background-color: pvar(--mainForegroundColor); + border: 1px solid pvar(--mainForegroundColor); border-radius: 5px; text-align: center; box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb; -- cgit v1.2.3