summaryrefslogtreecommitdiff
path: root/public/css/_sass/elements/notification.sass
diff options
context:
space:
mode:
Diffstat (limited to 'public/css/_sass/elements/notification.sass')
-rw-r--r--public/css/_sass/elements/notification.sass3
1 files changed, 2 insertions, 1 deletions
diff --git a/public/css/_sass/elements/notification.sass b/public/css/_sass/elements/notification.sass
index 2bda414..24122e7 100644
--- a/public/css/_sass/elements/notification.sass
+++ b/public/css/_sass/elements/notification.sass
@@ -1,4 +1,5 @@
$notification-background-color: $background !default
+$notification-code-background-color: $scheme-main !default
$notification-radius: $radius !default
$notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
@@ -15,7 +16,7 @@ $notification-padding: 1.25rem 2.5rem 1.25rem 1.5rem !default
color: currentColor
code,
pre
- background: $white
+ background: $notification-code-background-color
pre code
background: transparent
& > .delete