From 446a354af34b735f6800fde6cb285e521661e419 Mon Sep 17 00:00:00 2001 From: Miodec Date: Tue, 19 Sep 2023 14:27:20 +0100 Subject: [PATCH] style: fix missing style for alice extra key --- frontend/src/styles/keymap.scss | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/frontend/src/styles/keymap.scss b/frontend/src/styles/keymap.scss index ed27a95d8..933096b89 100644 --- a/frontend/src/styles/keymap.scss +++ b/frontend/src/styles/keymap.scss @@ -456,11 +456,9 @@ transform: rotate(-10deg) !important; margin-left: -7px !important; display: flex; - background-color: transparent; + background-color: var(--sub-alt-color); color: var(--sub-color); border-radius: var(--roundness); - border: 0.05rem solid; - border-color: var(--sub-color); text-align: center; justify-content: center; align-items: center;