mirror of
https://github.com/portainer/portainer.git
synced 2025-08-05 22:05:23 +02:00
fix(app): dark theme be teaser colors [EE-5621] (#9124)
* fix(app): dark theme be teaser colors * fix(app): review comments and prettier format * fix(app): revert changes on arbitrary class * feat(app/teaser): blue lock svg on dark theme
This commit is contained in:
parent
64b227b2e1
commit
39eed67fd7
9 changed files with 39 additions and 38 deletions
|
@ -259,6 +259,9 @@
|
|||
|
||||
/* Dark Theme */
|
||||
[theme='dark'] {
|
||||
--BE-only: var(--ui-blue-8);
|
||||
--bg-BE-only: rgba(225, 223, 223, 0.08);
|
||||
|
||||
--text-log-viewer-color-json-grey: var(--text-log-viewer-color);
|
||||
--text-log-viewer-color-json-magenta: var(--text-log-viewer-color);
|
||||
--text-log-viewer-color-json-yellow: var(--text-log-viewer-color);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue