From 48ce580fd4f2280a5b5fc231b673137564733a01 Mon Sep 17 00:00:00 2001 From: Vincent Date: Mon, 6 Apr 2020 17:59:28 +1000 Subject: [PATCH] Notification styling --- stylesheets/_modules.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/stylesheets/_modules.scss b/stylesheets/_modules.scss index d57a5111c..a6f50712a 100644 --- a/stylesheets/_modules.scss +++ b/stylesheets/_modules.scss @@ -1242,7 +1242,7 @@ .module-group-notification__change, .module-timer-notification__message { - background-color: #212121; + background-color: rgba(33, 33, 33, 0.4); width: 90%; max-width: 700px; margin: 10px auto; @@ -1343,7 +1343,7 @@ // Module: Timer Notification .module-timer-notification { - margin-top: 14px; + margin-top: 20px; font-size: 14px; line-height: 20px; letter-spacing: 0.3px;