Skip to content

Commit

Permalink
Adjusted default CSS with new default CC background color
Browse files Browse the repository at this point in the history
  • Loading branch information
ErikReider committed Dec 19, 2023
1 parent 76b3441 commit 71e43ec
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions data/style/style.scss
Original file line number Diff line number Diff line change
@@ -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);
Expand Down Expand Up @@ -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;
Expand Down Expand Up @@ -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 */
Expand Down Expand Up @@ -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 */
Expand Down

0 comments on commit 71e43ec

Please sign in to comment.