From 89c26f9036ea24d82f4e60d4194c7cd3f17d899a Mon Sep 17 00:00:00 2001 From: Gabe Kangas Date: Tue, 24 Jan 2023 18:49:44 -0800 Subject: [PATCH] Darken the gray to be more accessible. Closes #2622 --- web/style-definitions/tokens/color/owncast-colors.yaml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/web/style-definitions/tokens/color/owncast-colors.yaml b/web/style-definitions/tokens/color/owncast-colors.yaml index f373a60b9..de80689cb 100644 --- a/web/style-definitions/tokens/color/owncast-colors.yaml +++ b/web/style-definitions/tokens/color/owncast-colors.yaml @@ -62,7 +62,7 @@ color: value: '#39373d' comment: 'Neutral dark' 10: - value: '#707283' + value: '#5d5f72' comment: 'Neutral gray light' 11: value: '#2386e2'