From 73d4ac3cfa99fc2724dad74954483d1af093f21c Mon Sep 17 00:00:00 2001 From: Kevin Heis Date: Thu, 4 Aug 2022 10:35:14 -0700 Subject: [PATCH] Primer gray (#29626) * Fix the gray chin * Flash using primer mid-gray --- stylesheets/index.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/stylesheets/index.scss b/stylesheets/index.scss index c0df76e5af..9de2628aaa 100644 --- a/stylesheets/index.scss +++ b/stylesheets/index.scss @@ -16,5 +16,5 @@ // render a gray background until we know the color mode via XHR html { - background: #777; + background: #6e7781; }