mirror of
https://github.com/portainer/portainer.git
synced 2025-07-24 07:49:41 +02:00
fix input text color (#6468)
This commit is contained in:
parent
4bd3f61ce6
commit
61be10bb00
1 changed files with 1 additions and 1 deletions
|
@ -339,7 +339,7 @@ html {
|
|||
--text-body-color: var(--white-color);
|
||||
--text-sidebar-title-color: var(--grey-8);
|
||||
--text-widget-header-color: var(--white-color);
|
||||
--text-form-control-color: var(--grey-8);
|
||||
--text-form-control-color: var(--white-color);
|
||||
--text-muted-color: var(--grey-8);
|
||||
--text-link-color: var(--blue-9);
|
||||
--text-link-hover-color: var(--blue-2);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue