Update for lounge master changes, change highlight color

This commit is contained in:
Pavel Djundik 2018-02-13 16:23:09 +02:00
parent 72fc4882e7
commit a578579fec
1 changed files with 7 additions and 4 deletions

View File

@ -192,7 +192,7 @@ body {
#chat .user-mode::before, #chat .user-mode::before,
#form, #form,
#windows .header, #windows .header,
#chat .from, #chat .content,
#chat .sidebar { #chat .sidebar {
border-color: #002b36; border-color: #002b36;
} }
@ -301,8 +301,11 @@ body {
#chat .channel .highlight .time, #chat .channel .highlight .time,
#chat .channel .highlight .from { #chat .channel .highlight .from {
background-color: #ad1457; background-color: #2072ac;
border-color: #ad1457; }
#chat .channel .highlight .content {
border-color: #2072ac;
} }
#windows .header .topic, #windows .header .topic,
@ -359,6 +362,6 @@ body {
} }
#chat .channel .highlight .from::after { #chat .channel .highlight .from::after {
background: linear-gradient(to right, rgba(173, 20, 87, 0.5) 0%, #ad1457 100%); background: linear-gradient(to right, rgba(32, 114, 172, 0.5) 0%, #2072ac 100%);
} }
} }