Skip to content

Commit ec98615

Browse files
committed
adapt more controls to color-scheme
1 parent 06d13ac commit ec98615

3 files changed

Lines changed: 8 additions & 4 deletions

File tree

app/controls/ActionWidget.svelte

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,6 @@
2727
2828
outline: none;
2929
margin: 0;
30-
background: var(--ctp-flamingo);
3130
border-width: 1px;
3231
border-radius: 3px;
3332
border-color: var(--ctp-overlay0);
@@ -42,6 +41,7 @@
4241
4342
/* unthemed, but it looks good in practice and people are used to it */
4443
color: black;
44+
background: var(--ctp-flamingo);
4545
}
4646
4747
button:not(:disabled) {

app/controls/ProgressWidget.svelte

Lines changed: 4 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,16 +25,18 @@
2525
}
2626
2727
.progress-label {
28-
color: buttontext;
29-
font-size: 16px;
3028
margin: 0;
29+
color: black;
30+
font-size: 16px;
3131
}
3232
3333
progress {
3434
min-width: 600px;
3535
height: 24px;
3636
appearance: none;
37+
3738
background: var(--ctp-flamingo);
39+
3840
border-width: 1px;
3941
border-radius: 3px;
4042
border-color: var(--ctp-overlay0);

app/controls/ToggleWidget.svelte

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -39,12 +39,14 @@
3939
4040
outline: none;
4141
margin: 0;
42-
background: var(--ctp-flamingo);
4342
border-width: 1px;
4443
border-radius: 3px;
4544
border-color: var(--ctp-overlay0);
4645
box-shadow: 2px 2px var(--ctp-overlay0);
4746
47+
background: var(--ctp-flamingo);
48+
color: black;
49+
4850
font-family: var(--stack-industrial);
4951
display: flex;
5052
align-items: center;

0 commit comments

Comments
 (0)