From a70f595bdd347db86b2403263a6b3fb1be0ca61a Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 30 Sep 2025 08:43:14 +0000 Subject: [PATCH 1/2] chore: adjust getting started button --- docs/stylesheets/extra.css | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index d6c1b22..e0dd66b 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -5,6 +5,7 @@ th { :root > * { --cpp-linter-logo-color-green: #40b385; --cpp-linter-logo-color-yellow: #ffc20a; + --cpp-linter-logo-color-blue: #4051b5; } /* Hero section styling */ @@ -41,7 +42,7 @@ th { } .hero .md-button { - background: var(--cpp-linter-logo-color-green); + background: var(--cpp-linter-logo-color-yellow); color: black; border: none; border-radius: unset; @@ -49,7 +50,7 @@ th { } .hero .md-button:hover { - background: var(--cpp-linter-logo-color-yellow); + background: var(--cpp-linter-logo-color-green); color: black; border: none; } From 63dc164316c69ee6cb06034244d9a9340caeec64 Mon Sep 17 00:00:00 2001 From: Xianpeng Shen Date: Tue, 30 Sep 2025 08:44:17 +0000 Subject: [PATCH 2/2] chore: remove miss commit --- docs/stylesheets/extra.css | 1 - 1 file changed, 1 deletion(-) diff --git a/docs/stylesheets/extra.css b/docs/stylesheets/extra.css index e0dd66b..b790d27 100644 --- a/docs/stylesheets/extra.css +++ b/docs/stylesheets/extra.css @@ -5,7 +5,6 @@ th { :root > * { --cpp-linter-logo-color-green: #40b385; --cpp-linter-logo-color-yellow: #ffc20a; - --cpp-linter-logo-color-blue: #4051b5; } /* Hero section styling */