Merge pull request #518 from JeroenVdb/support-shadow-dom

css: target both :root and :host to also cover usage in shadow DOM
This commit is contained in:
Rodrigo Fernandes 2023-12-15 21:38:49 +00:00 committed by GitHub
commit 363b619d87
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -5,7 +5,8 @@
*
*/
:root {
:root,
:host {
--d2h-bg-color: #fff;
--d2h-border-color: #ddd;