From 0affa361a4b3850c9a43f2bc53fa4a959a4fef02 Mon Sep 17 00:00:00 2001 From: Linda Talve <83061576+ltalve@users.noreply.github.com> Date: Mon, 1 Jul 2024 11:56:19 +0300 Subject: [PATCH] Update custom.css Change notebox bg color back to yellow --- src/GS014/custom.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/GS014/custom.css b/src/GS014/custom.css index 4e287dd6..3537abe9 100644 --- a/src/GS014/custom.css +++ b/src/GS014/custom.css @@ -378,7 +378,7 @@ table td { } .note-box { - background: #ffffff; + background: #edc949; padding: 10px; border: none; margin-bottom: 1rem;