From 8fdd21c6cad7b3f9577cea616442e4ec36620ec0 Mon Sep 17 00:00:00 2001 From: Ross Trottier Date: Wed, 31 Jul 2024 12:38:11 -0600 Subject: [PATCH] alerts now ST blue --- style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/style.css b/style.css index 94c6a2b..84db901 100644 --- a/style.css +++ b/style.css @@ -41,3 +41,7 @@ } } + .woocommerce-message, + .woocommerce-info { + background-color: #0b4fa0; + } \ No newline at end of file