diff --git a/client/web/index.html b/client/web/index.html index 054802c..5b68c3d 100644 --- a/client/web/index.html +++ b/client/web/index.html @@ -19,6 +19,13 @@ + + diff --git a/web/assets/colors_and_type.css b/web/assets/colors_and_type.css index 4494430..9574df8 100644 --- a/web/assets/colors_and_type.css +++ b/web/assets/colors_and_type.css @@ -5,6 +5,8 @@ ========================================================================= */ :root { + color-scheme: light; + /* ---------- Brand: Primary (Slate Blue) ---------- */ /* Trustworthy enterprise blue with a slight slate cast. */ --brand-50: #EEF4FB; diff --git a/web/index.html b/web/index.html index 2b84e49..d6e9b51 100644 --- a/web/index.html +++ b/web/index.html @@ -3,6 +3,7 @@
+