Skip to content

Commit 41ac9cc

Browse files
authored
Opt-in to light and dark UI controls (#95)
This ensures that e.g. scrollbars are painted dark when using the dark mode.
1 parent 5e46559 commit 41ac9cc

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/resources/css/samltrace.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
11
:root {
2+
color-scheme: light dark;
23
--color-text: #737373;
34
--color-text-active: white;
45
--color-background: white;

0 commit comments

Comments
 (0)