mirror of
https://github.com/Jermolene/TiddlyWiki5.git
synced 2026-01-18 23:31:25 -08:00
Add :root { color-sheme: ...; } to vanilla base (#6659)
This commit is contained in:
parent
1410488a23
commit
9bcbb9131e
1 changed files with 4 additions and 0 deletions
|
|
@ -334,6 +334,10 @@ table tfoot tr td {
|
|||
height: 600px;
|
||||
}
|
||||
|
||||
:root {
|
||||
color-scheme: {{{ [{$:/palette}get[color-scheme]] ~light }}};
|
||||
}
|
||||
|
||||
/*
|
||||
** Links
|
||||
*/
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue