Skip to content
Snippets Groups Projects
Commit a29c8a79 authored by Georg's avatar Georg
Browse files

changed color code from theme_selected to briar blue 500 on issue #84

parent dd2b777b
No related branches found
No related tags found
1 merge request!88changed color code from theme_selected to briar blue 500 on issue #84
Pipeline #5332 passed
......@@ -42,7 +42,7 @@
}
.message-input-focused {
border: 2px solid @theme_selected_bg_color;
border: 2px solid #1f78d1;
padding: 5px;
}
......@@ -64,7 +64,7 @@
row .username-self {
font-weight: bold;
font-size: small;
color: @theme_selected_bg_color;
color: #1f78d1;
}
row .username {
......@@ -75,7 +75,7 @@ row .username {
row.msg-emote,
.divider {
color: @theme_selected_bg_color;
color: #1f78d1;
}
row .timestamp {
......@@ -104,4 +104,3 @@ row .timestamp {
min-width: 0.7em;
padding: 2px 5px;
}
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