From 3be4959623190f0bb6d880fe1fc2a9c187c4171e Mon Sep 17 00:00:00 2001 From: Adam Carpenter Date: Sat, 26 Oct 2019 15:33:52 -0400 Subject: Updated Bulma! --- public/css/_sass/elements/notification.sass | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'public/css/_sass/elements/notification.sass') 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 -- cgit v1.2.3