mirror of
https://github.com/Newnetirc/thelounge-theme-newnet.git
synced 2026-01-24 07:30:19 +00:00
Fix lint errors
This commit is contained in:
@@ -343,11 +343,11 @@ body {
|
|||||||
}
|
}
|
||||||
|
|
||||||
@media (min-width: 480px) {
|
@media (min-width: 480px) {
|
||||||
#chat .from:after {
|
#chat .from::after {
|
||||||
background: linear-gradient(to right, rgba(5, 17, 20, 0.5) 0%, #051114 100%);
|
background: linear-gradient(to right, rgba(5, 17, 20, .5) 0%, #051114 100%);
|
||||||
}
|
}
|
||||||
|
|
||||||
#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(173, 20, 87, .5) 0%, #ad1457 100%);
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user