There was an error while loading. Please reload this page.
1 parent 0748366 commit 2eb7642Copy full SHA for 2eb7642
2 files changed
apps/theming/css/default.css
@@ -79,7 +79,7 @@
79
/* 1.5 x font-size for accessibility */
80
--default-line-height: 1.5;
81
--animation-quick: 100ms;
82
- --animation-slow: 300ms;
+ --animation-slow: 200ms;
83
/** Border width for input elements such as text fields and selects */
84
--border-width-input: 1px;
85
--border-width-input-focused: 2px;
apps/theming/lib/Themes/DefaultTheme.php
@@ -214,7 +214,7 @@ public function getCSSVariables(): array {
214
215
// TODO: support "(prefers-reduced-motion)"
216
'--animation-quick' => '100ms',
217
- '--animation-slow' => '300ms',
+ '--animation-slow' => '200ms',
218
219
// Default variables --------------------------------------------
220
// Border width for input elements such as text fields and selects
0 commit comments