mirror of
https://github.com/monkeytypegame/monkeytype.git
synced 2025-02-28 08:43:07 +08:00
style: fix missing style for alice extra key
This commit is contained in:
parent
4144c7089a
commit
446a354af3
1 changed files with 1 additions and 3 deletions
|
@ -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;
|
||||
|
|
Loading…
Reference in a new issue