From 6633e3a835992f958851ed715ba230ebf2948091 Mon Sep 17 00:00:00 2001 From: cryptogopher Date: Sat, 15 Apr 2023 23:52:53 +0200 Subject: [PATCH] Change flash notice styling --- app/assets/stylesheets/application.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/app/assets/stylesheets/application.css b/app/assets/stylesheets/application.css index bfc88d9..3be1e46 100644 --- a/app/assets/stylesheets/application.css +++ b/app/assets/stylesheets/application.css @@ -130,8 +130,8 @@ input[type=submit]:focus-visible { width: 1.4rem; } .flash.notice { - border-color: #00cd6c; - background-color: #00cd6c; + border-color: #009ade; + background-color: #009ade; } .flash button { background-color: inherit;