css: add box shadow to notice boxes.

Add a box shadow to the floating notice boxes that appear at the top of
the screen to show info or error messages.
This commit is contained in:
evazion
2021-02-23 07:16:52 -06:00
parent ac05da8de6
commit 6de0c88f86

View File

@@ -5,6 +5,7 @@ div#notice {
left: 25%;
width: 50%;
z-index: 9999;
box-shadow: var(--shadow-lg);
a#close-notice-link {
position: absolute;