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

This commit is contained in:
Simon Huber 2022-04-25 10:56:34 +02:00 committed by GitHub
parent 1410488a23
commit 9bcbb9131e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 4 additions and 0 deletions

View File

@ -334,6 +334,10 @@ table tfoot tr td {
height: 600px;
}
:root {
color-scheme: {{{ [{$:/palette}get[color-scheme]] ~light }}};
}
/*
** Links
*/