Refined the options a bit.

This commit is contained in:
PeekabooSteam
2023-09-14 20:56:34 +01:00
parent 7f75905d5d
commit 01b30ccf12
3 changed files with 88 additions and 19 deletions

View File

@@ -20,14 +20,14 @@
column-gap: 8px;
display:flex;
justify-items: right;
opacity: .85;
opacity: .9;
padding:5px;
width:fit-content;
}
#control-tips-panel > * > .key {
background-color: white;
background-color: var( --background-grey );
border-radius: var( --border-radius-sm );
color: var( --background-steel );
color: white;
padding:1px 4px;
}