This repository has no description
0

Configure Feed

Select the types of activity you want to include in your feed.

appview: set color-scheme css property

Set the `color-scheme` property such that css functions like
`light-dark` work correctly, and any un-customised native elements use
the correct theme

+8 -1
+8 -1
input.css
··· 72 72 } 73 73 74 74 @layer base { 75 - html { 75 + :root { 76 76 font-size: 14px; 77 77 scrollbar-gutter: stable; 78 + 79 + color-scheme: light; 80 + 81 + @media (prefers-color-scheme: dark) { 82 + color-scheme: dark; 83 + } 78 84 } 85 + 79 86 @supports (font-variation-settings: normal) { 80 87 html { 81 88 font-feature-settings: