mirror of
https://github.com/portainer/portainer.git
synced 2025-07-18 21:09:40 +02:00
feat(sidebar): add dark theme colors [EE-3666] (#7414)
This commit is contained in:
parent
fb3a31a4fd
commit
c3ce4d8b53
83 changed files with 1738 additions and 1200 deletions
|
@ -28,9 +28,9 @@ module.exports = {
|
|||
|
||||
plugins: [
|
||||
plugin(({ addVariant }) => {
|
||||
addVariant('be', '[data-edition="BE"] &');
|
||||
addVariant('th-highcontrast', '[theme="highcontrast"] &');
|
||||
addVariant('th-dark', '[theme="dark"] &');
|
||||
addVariant('be', '&:is([data-edition="BE"] *)');
|
||||
addVariant('th-highcontrast', '&:is([theme="highcontrast"] *)');
|
||||
addVariant('th-dark', '&:is([theme="dark"] *)');
|
||||
}),
|
||||
],
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue