mirror of
https://github.com/mue/mue.git
synced 2026-07-24 01:07:23 +02:00
feat: new keybinds, language support etc
This commit is contained in:
@@ -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;
|
||||
}
|
||||
}
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user