From 482df583c7f35474d96529d42fb51a9574addb52 Mon Sep 17 00:00:00 2001 From: lonkaars Date: Sun, 20 Jun 2021 16:10:30 +0200 Subject: keybind selection css fix --- styles/colors.css | 1 + styles/globals.css | 3 +-- styles/keybindselector.css | 4 ++++ 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; -- cgit v1.2.3