mirror of
https://github.com/Alfresco/alfresco-content-app.git
synced 2025-07-24 17:31:52 +00:00
[AAE-6057] Customize text color in the header (#2326)
* [AAE-6057] Customize text color in the header * [AAE-6057] use css vars * [AAE-6057] added tests * [AAE-6057] clear code * [AAE-6057] quick fix * [AAE-6057] update css so they wark nicly with new --adf-header-text-color
This commit is contained in:
committed by
Denys Vuika
parent
47921d9b3c
commit
bc626798d5
@@ -1,4 +1,7 @@
|
||||
.aca-toolbar-action {
|
||||
color: var(--theme-foreground-text-color);
|
||||
margin: 0 5px;
|
||||
|
||||
adf-userinfo {
|
||||
color: var(--theme-foreground-text-color);
|
||||
}
|
||||
}
|
||||
|
Reference in New Issue
Block a user