mirror of
https://github.com/portainer/portainer.git
synced 2025-07-25 08:19:40 +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
|
@ -9,15 +9,15 @@
|
|||
}
|
||||
|
||||
.be-indicator .be-indicator-icon {
|
||||
color: #000000;
|
||||
@apply text-black th-highcontrast:text-white th-dark:text-blue-8;
|
||||
}
|
||||
|
||||
.be-indicator:hover {
|
||||
text-decoration: none;
|
||||
@apply no-underline;
|
||||
}
|
||||
|
||||
.be-indicator:hover .be-indicator-label {
|
||||
text-decoration: underline;
|
||||
@apply underline;
|
||||
}
|
||||
|
||||
.be-indicator-container {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue