mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-23 23:20:18 +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,
|
||||
#form,
|
||||
#windows .header,
|
||||
#chat .from,
|
||||
#chat .content,
|
||||
#chat .sidebar {
|
||||
border-color: #002b36;
|
||||
}
|
||||
@@ -301,8 +301,11 @@ body {
|
||||
|
||||
#chat .channel .highlight .time,
|
||||
#chat .channel .highlight .from {
|
||||
background-color: #ad1457;
|
||||
border-color: #ad1457;
|
||||
background-color: #2072ac;
|
||||
}
|
||||
|
||||
#chat .channel .highlight .content {
|
||||
border-color: #2072ac;
|
||||
}
|
||||
|
||||
#windows .header .topic,
|
||||
@@ -359,6 +362,6 @@ body {
|
||||
}
|
||||
|
||||
#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