mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Update for lounge master changes, change highlight color
This commit is contained in:
11
theme.css
11
theme.css
@@ -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%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user