We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 69d5cd1 commit c088a5aCopy full SHA for c088a5a
src/index.css
@@ -217,7 +217,13 @@ hr,
217
}
218
219
#cacheInput {
220
- transition: border-color 0.2s ease;
+ transition: background-color 0.3s ease-in-out, border-color 0.3s ease-in-out, color 0.3s ease-in-out;
221
+}
222
+
223
+.dark-mode #cacheInput {
224
+ background-color: #404040 !important;
225
+ border-color: #505050 !important;
226
+ color: #ffffff !important;
227
228
229
#cacheInput:focus {
@@ -694,6 +700,7 @@ hr,
694
700
background-color: #404040 !important;
695
701
border-color: #505050 !important;
696
702
color: #ffffff !important;
703
697
704
698
705
699
706
.dark-mode #platformDropdownBtn:focus {
0 commit comments