mirror of
https://github.com/Jermolene/TiddlyWiki5
synced 2024-11-23 18:17:20 +00:00
Add :root { color-sheme: ...; } to vanilla base (#6659)
This commit is contained in:
parent
1410488a23
commit
9bcbb9131e
@ -334,6 +334,10 @@ table tfoot tr td {
|
|||||||
height: 600px;
|
height: 600px;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
:root {
|
||||||
|
color-scheme: {{{ [{$:/palette}get[color-scheme]] ~light }}};
|
||||||
|
}
|
||||||
|
|
||||||
/*
|
/*
|
||||||
** Links
|
** Links
|
||||||
*/
|
*/
|
||||||
|
Loading…
Reference in New Issue
Block a user