diff options
Diffstat (limited to 'client/src/app')
-rw-r--r-- | client/src/app/core/hotkeys/hotkeys.component.scss | 12 |
1 files changed, 6 insertions, 6 deletions
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 @@ | |||
10 | height: 100%; | 10 | height: 100%; |
11 | top: 0; | 11 | top: 0; |
12 | left: 0; | 12 | left: 0; |
13 | color: #333; | 13 | color: pvar(--mainForegroundColor); |
14 | font-size: 1em; | 14 | font-size: 1em; |
15 | background-color: rgba(255, 255, 255, 0.9); | 15 | background-color: pvar(--mainBackgroundColor); |
16 | } | 16 | } |
17 | 17 | ||
18 | .cfp-hotkeys-container.fade { | 18 | .cfp-hotkeys-container.fade { |
@@ -41,7 +41,7 @@ | |||
41 | 41 | ||
42 | .cfp-hotkeys table { | 42 | .cfp-hotkeys table { |
43 | margin: auto; | 43 | margin: auto; |
44 | color: #333; | 44 | color: pvar(--mainForegroundColor); |
45 | } | 45 | } |
46 | 46 | ||
47 | .cfp-content { | 47 | .cfp-content { |
@@ -58,9 +58,9 @@ | |||
58 | @include margin-right(5px); | 58 | @include margin-right(5px); |
59 | 59 | ||
60 | display: inline-block; | 60 | display: inline-block; |
61 | color: #fff; | 61 | color: pvar(--mainBackgroundColor); |
62 | background-color: #333; | 62 | background-color: pvar(--mainForegroundColor); |
63 | border: 1px solid #333; | 63 | border: 1px solid pvar(--mainForegroundColor); |
64 | border-radius: 5px; | 64 | border-radius: 5px; |
65 | text-align: center; | 65 | text-align: center; |
66 | box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb; | 66 | box-shadow: inset 0 1px 0 #666, 0 1px 0 #bbb; |