From 9534c7e34c56cfdbf99adae7d86937df43a8f097 Mon Sep 17 00:00:00 2001 From: deepend-tildeclub <58404188+deepend-tildeclub@users.noreply.github.com> Date: Thu, 19 Sep 2024 19:26:39 -0600 Subject: [PATCH] Update style.css --- style.css | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/style.css b/style.css index 9a0af77..e914fc5 100644 --- a/style.css +++ b/style.css @@ -158,6 +158,18 @@ div.alert-success { background-color: darkgreen; } +.notice-message { + background-color: #f93; + color: #222; + font-weight: bold; + padding: 0.75em; + border-radius: 0.25em; + margin: 1em 0; + text-align: center; + border: 2px solid #fb5; + box-shadow: 0 0 10px rgba(255, 187, 85, 0.5); +} + blockquote { border-left: 2px solid #fb5; background-color: rgba(255, 187, 85, 5%);