From 3049314752d987270775b2911c5c3ca8c89dbace Mon Sep 17 00:00:00 2001 From: Kelly Dwan Date: Fri, 19 Jul 2024 14:52:49 -0400 Subject: [PATCH] CSS: Fix stylelint hex-length error --- source/wp-content/themes/wporg-main-2022/src/style/style.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/source/wp-content/themes/wporg-main-2022/src/style/style.scss b/source/wp-content/themes/wporg-main-2022/src/style/style.scss index 666aaef6..bbdcfb2f 100644 --- a/source/wp-content/themes/wporg-main-2022/src/style/style.scss +++ b/source/wp-content/themes/wporg-main-2022/src/style/style.scss @@ -549,7 +549,7 @@ $wporg-about-breakpoint-max: 1920px; // Styles for the State of the Word page. .page-template-page-state-of-the-word a { - color: #ee0000; + color: #e00; } @media (max-width: 419px) {