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 cb6704c commit 52a7961Copy full SHA for 52a7961
assets/scss/style.scss
@@ -640,6 +640,10 @@
640
.onboarding-wizard {
641
background-color: white;
642
}
643
+
644
+ .directory-filter-group select {
645
+ color: var(--color-text);
646
+ }
647
648
649
/* Dark Mode */
@@ -1189,6 +1193,10 @@
1189
1193
1190
1194
background-color: var(--color-dark-bg);
1191
1195
1196
1197
1198
+ color: var(--color-text-dark);
1199
1192
1200
1201
1202
body {
@@ -2553,6 +2561,7 @@ input:focus {
2553
2561
2554
2562
.directory-filter-group select {
2555
2563
margin-bottom: 0;
2564
+ line-height: 1.75;
2556
2565
2557
2566
2558
2567
.directory-filter-actions {
hushline/version.py
@@ -1 +1 @@
1
-__version__ = "0.5.118"
+__version__ = "0.5.119"
0 commit comments