From 71e43ecc808dd402a0bbc48a05232db0a3065733 Mon Sep 17 00:00:00 2001 From: Erik Reider <35975961+ErikReider@users.noreply.github.com> Date: Tue, 19 Dec 2023 19:00:55 +0100 Subject: [PATCH] Adjusted default CSS with new default CC background color --- data/style/style.scss | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/data/style/style.scss b/data/style/style.scss index f5d9bd1..4b02552 100644 --- a/data/style/style.scss +++ b/data/style/style.scss @@ -1,4 +1,4 @@ -@define-color cc-bg rgba(0, 0, 0, 0.7); +@define-color cc-bg rgba(46, 46, 46, 0.7); @define-color noti-border-color rgba(255, 255, 255, 0.15); @define-color noti-bg rgba(48, 48, 48, 0.8); @@ -44,7 +44,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), text-shadow: none; padding: 0; border-radius: 100%; - $margin: 6px; + $margin: 5px; margin-top: $margin; margin-right: $margin; box-shadow: none; @@ -110,7 +110,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), .notification-content { background: transparent; border-radius: $border-radius; - $margin: 8px; + $margin: 4px; .image { /* Notification Primary Image */ @@ -143,7 +143,7 @@ $notification-shadow: 0 0 0 1px rgba(0, 0, 0, 0.3), background: transparent; color: #{"@text-color"}; text-shadow: none; - margin-right: 24px; + margin-right: 30px; } .body { /* Notification body */