diff --git a/assets/color.css b/assets/color.css index de9d6149..ef3fd1e7 100644 --- a/assets/color.css +++ b/assets/color.css @@ -67,3 +67,8 @@ blockquote p { text-shadow: none !important; font-weight: "normal" !important; } + +/* changes the color of an alert */ +.alert-warning { + background-color: #B5B682 !important; +}