diff --git a/theme.css b/theme.css index 7c2fdde..4339dcf 100644 --- a/theme.css +++ b/theme.css @@ -156,18 +156,10 @@ body { display: none; } -#sidebar .chan .name::after { - background: linear-gradient(to right, rgba(69, 81, 100, 0) 0%, #002b36 100%); -} - #sidebar .chan.active { background-color: #051114; } -#sidebar .chan.active .name::after { - background: linear-gradient(to right, rgba(5, 17, 20, 0) 0%, #051114 100%); -} - #footer { height: 43px; line-height: 43px; @@ -360,13 +352,3 @@ body { background: linear-gradient(to left, transparent 0%, #2072ac 100%); } } - -@media (min-width: 480px) { - #chat .from::after { - background: linear-gradient(to right, rgba(5, 17, 20, 0.5) 0%, #051114 100%); - } - - #chat .channel .highlight .from::after { - background: linear-gradient(to right, rgba(32, 114, 172, 0.5) 0%, #2072ac 100%); - } -}