From 4823e87572827fb0827f30d086168cbd28ada23a Mon Sep 17 00:00:00 2001 From: aweymo-ui Date: Thu, 26 Oct 2023 11:30:19 -0700 Subject: [PATCH] accessibility update --- _layouts/page.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/_layouts/page.html b/_layouts/page.html index 431e08e..6e8e07d 100644 --- a/_layouts/page.html +++ b/_layouts/page.html @@ -28,7 +28,7 @@ /* Callout container/body */ .callout-container { padding: 15px; - background-color: #cce6e6; + background-color: #DBF1FD; color: black }