Skip to content

Commit f1d239c

Browse files
committed
Fix regression of missing deemphasized text color
For the options helper text. Regression introduced by 53aaa79
1 parent d13a0b3 commit f1d239c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

css/photonOptions.css

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
:root {
22
--gray-separator: rgba(12, 12, 13, 0.15);
3+
--in-content-deemphasized-text: var(--grey-50);
34
}
45

56
@media (prefers-color-scheme: dark) {

0 commit comments

Comments
 (0)