style(app): white text in high contrast for service update dropdown text (#6660)

pull/6709/head
LP B 2022-04-04 15:57:56 +02:00 committed by GitHub
parent 311129e746
commit f154e6e0f1
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -526,6 +526,7 @@ html {
--text-blocklist-item-selected-color: var(--blue-9);
--text-input-group-addon-color: var(--white-color);
--text-codemirror-color: var(--white-color);
--text-dropdown-menu-color: var(--white-color);
--text-log-viewer-color: var(--white-color);
--text-summary-color: var(--white-color);
--text-rzslider-color: var(--white-color);