mirror of
https://github.com/shoelace-style/webawesome.git
synced 2026-01-12 04:09:12 +00:00
add :host selector
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
:root,
|
||||
:host,
|
||||
.sl-theme-light {
|
||||
/**
|
||||
* Color Primitives
|
||||
|
||||
@@ -1,6 +1,7 @@
|
||||
/**
|
||||
* Dark theme
|
||||
*/
|
||||
:host,
|
||||
.sl-theme-dark {
|
||||
--sl-color-black: #fff;
|
||||
--sl-color-white: var(--sl-color-gray-50);
|
||||
|
||||
Reference in New Issue
Block a user