summaryrefslogtreecommitdiff
path: root/public/css/_sass/elements/notification.sass
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-10-26 15:33:52 -0400
committerAdam Carpenter <gitlab@53hor.net>2019-10-26 15:33:52 -0400
commit3be4959623190f0bb6d880fe1fc2a9c187c4171e (patch)
tree0e0007d1b3953b0c209b526ffd20583412ed28be /public/css/_sass/elements/notification.sass
parent92f4799f50c94f2de1d3d94b0fb20ff6d93614eb (diff)
downloadcobalt-site-3be4959623190f0bb6d880fe1fc2a9c187c4171e.tar.xz
cobalt-site-3be4959623190f0bb6d880fe1fc2a9c187c4171e.zip
Updated Bulma!
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