feat: new keybinds, language support etc

This commit is contained in:
David Ralph
2021-08-25 13:28:41 +01:00
parent 4a4e4604e8
commit 10f27d24b0
26 changed files with 348 additions and 69 deletions

View File

@@ -37,7 +37,12 @@ $modal-link-dark: map-get($modal, 'modal-link-dark');
}
.no-animations {
.ReactModal__Content, button, svg, input[type=text], .MuiSwitch-switchBase {
.ReactModal__Content,
button,
svg,
input[type=text],
.MuiSwitch-switchBase {
transition: none !important;
}
}

View File

@@ -35,7 +35,7 @@ body {
}
.textBorder {
filter: drop-shadow(var(--shadow-shift) var(--shadow-shift) 0 #111111CC);
filter: drop-shadow(var(--shadow-shift) var(--shadow-shift) 0 #111c);
}
::placeholder {