1
0
mirror of https://github.com/Jermolene/TiddlyWiki5 synced 2025-09-04 20:08:02 +00:00

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

View File

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