From a10db9cd4346ccf4f66f0b60f7caa55851f6bde6 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Matja=C5=BE=20Horvat?= Date: Wed, 25 Oct 2023 17:11:04 +0200 Subject: [PATCH] In Light theme, add more contrast to the unreviewed icon in heading --- pontoon/base/static/css/heading_info.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pontoon/base/static/css/heading_info.css b/pontoon/base/static/css/heading_info.css index e5455dc451..a390ab6589 100644 --- a/pontoon/base/static/css/heading_info.css +++ b/pontoon/base/static/css/heading_info.css @@ -183,7 +183,7 @@ ul { } #heading .non-plottable .unreviewed .status.fa:before { - color: var(--grey-3); + color: var(--icon-background-2); font-size: 18px; }