aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorlonkaars <loek@pipeframe.xyz>2021-06-20 16:10:30 +0200
committerlonkaars <loek@pipeframe.xyz>2021-06-20 16:10:30 +0200
commit482df583c7f35474d96529d42fb51a9574addb52 (patch)
treef1dd14475439a701335219a9d1ed3d9259721784
parentcdacdc98039cde3a53c0d3efbbe0444490c7cf77 (diff)
keybind selection css fix
-rw-r--r--styles/colors.css1
-rw-r--r--styles/globals.css3
-rw-r--r--styles/keybindselector.css4
3 files changed, 6 insertions, 2 deletions
diff --git a/styles/colors.css b/styles/colors.css
index d8d0c8a..2177bf0 100644
--- a/styles/colors.css
+++ b/styles/colors.css
@@ -8,6 +8,7 @@
--c900: #EBEEF9;
--c800: #AEB7DA;
--c700: #707BA6;
+ --c600: #4F587B;
--c400: #2D344F;
--c300: #171D33;
--c250: #0C1123;
diff --git a/styles/globals.css b/styles/globals.css
index f69cb97..471cc80 100644
--- a/styles/globals.css
+++ b/styles/globals.css
@@ -4,9 +4,8 @@ html, body {
background-color: var(--bg);
color: var(--fg);
-
- font-family: "Inter", sans-serif;
}
+* { font-family: "Inter", sans-serif !important; }
.keyframe { fill: var(--gruble); }
diff --git a/styles/keybindselector.css b/styles/keybindselector.css
index 34c174f..a923df9 100644
--- a/styles/keybindselector.css
+++ b/styles/keybindselector.css
@@ -5,6 +5,10 @@
.keybind-selector > * { cursor: pointer !important; }
+.keybind-selector .MuiInputBase-root {
+ background-color: var(--c600) !important;
+}
+
.keybind-selector-inner .keybind {
padding: 2px 4px 1px;
margin-right: 3px;