From b4b4e188d21e22670a0ebbb33d2e5220bee90133 Mon Sep 17 00:00:00 2001 From: Pavel Djundik Date: Sun, 18 Mar 2018 19:46:09 +0200 Subject: [PATCH] Increase sidebar overlay opacity --- theme.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/theme.css b/theme.css index 43cd84d..af0ff52 100644 --- a/theme.css +++ b/theme.css @@ -333,6 +333,12 @@ body { .irc-fg5 { color: #e969a7; } .irc-fg12 { color: #50a8ff; } +@media (max-width: 768px) { + #sidebar-overlay { + background: rgba(0, 0, 0, 0.8); + } +} + @media (max-width: 479px) { #chat .message .from .user::before { content: "<";