Skip to content
Snippets Groups Projects
Commit c094d9fa authored by Jean-Baptiste Pasquier's avatar Jean-Baptiste Pasquier
Browse files

fix: colors

parent cf52bfc5
No related branches found
No related tags found
1 merge request!94#209 date separator format
Pipeline #10277 passed
...@@ -592,8 +592,12 @@ ...@@ -592,8 +592,12 @@
border-top: 1px solid var(--chat-head-color); border-top: 1px solid var(--chat-head-color);
} }
.chatroom converse-chat-toolbar .fa svg, converse-chat-toolbar .fa svg,
.chatroom converse-chat-toolbar .fa:hover svg { converse-chat-toolbar .fa:hover svg,
converse-chat-toolbar .far svg,
converse-chat-toolbar .far:hover svg,
converse-chat-toolbar .fas svg,
converse-chat-toolbar .fas:hover svg {
fill: var(--color-secondary); fill: var(--color-secondary);
} }
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment