Add :root { color-sheme: ...; } to vanilla base (#6659)

This commit is contained in:
Simon Huber
2022-04-25 09:56:34 +01:00
committed by GitHub
parent 1410488a23
commit 9bcbb9131e
+4
View File
@@ -334,6 +334,10 @@ table tfoot tr td {
height: 600px;
}
:root {
color-scheme: {{{ [{$:/palette}get[color-scheme]] ~light }}};
}
/*
** Links
*/