From 0185f72536908417f899648f1802e71ac79bab12 Mon Sep 17 00:00:00 2001 From: thsparks Date: Tue, 27 Feb 2024 15:58:29 -0800 Subject: [PATCH] More contrast for a11y --- .../src/components/styling/DragAndDropFileSurface.module.scss | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/teachertool/src/components/styling/DragAndDropFileSurface.module.scss b/teachertool/src/components/styling/DragAndDropFileSurface.module.scss index a2d1c53fc610..6184193cae32 100644 --- a/teachertool/src/components/styling/DragAndDropFileSurface.module.scss +++ b/teachertool/src/components/styling/DragAndDropFileSurface.module.scss @@ -7,7 +7,7 @@ background-color: var(--pxt-content-background); border-radius: 0.5rem; - border: 1px dashed lighten(black, 50%); // todo thsparks : yet another theme variable? + border: 1px dashed lighten(black, 40%); // todo thsparks : yet another theme variable? padding: 2rem; min-height: 30vh; @@ -17,7 +17,7 @@ flex-direction: column; align-items: center; - color: lighten(black, 50%); // todo thsparks : yet another theme variable? + color: lighten(black, 40%); // todo thsparks : yet another theme variable? font-size: 2rem; font-weight: 600;