Skip to content

Commit 813d835

Browse files
authored
Merge pull request #1710 from recodehive/copilot/change-color-main-page
Change primary theme color from blue to green (#2e8555)
2 parents a88964b + c83fb0b commit 813d835

1 file changed

Lines changed: 14 additions & 14 deletions

File tree

src/css/custom.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -432,13 +432,13 @@ html[data-theme="dark"] .menu__link--active::after {
432432
}
433433

434434
:root {
435-
--ifm-color-primary: #1d4ed8;
436-
--ifm-color-primary-dark: #1e40af;
437-
--ifm-color-primary-darker: #1e3a8a;
438-
--ifm-color-primary-darkest: #172554;
439-
--ifm-color-primary-light: #2563eb;
440-
--ifm-color-primary-lighter: #3b82f6;
441-
--ifm-color-primary-lightest: #60a5fa;
435+
--ifm-color-primary: #2e8555;
436+
--ifm-color-primary-dark: #29784c;
437+
--ifm-color-primary-darker: #277148;
438+
--ifm-color-primary-darkest: #205d3b;
439+
--ifm-color-primary-light: #33925d;
440+
--ifm-color-primary-lighter: #359962;
441+
--ifm-color-primary-lightest: #3cad6e;
442442
--ifm-code-font-size: 95%;
443443
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.1);
444444
--ifm-transition-fast: 150ms;
@@ -493,13 +493,13 @@ body {
493493
}
494494

495495
[data-theme="dark"] {
496-
--ifm-color-primary: #60a5fa;
497-
--ifm-color-primary-dark: #3b82f6;
498-
--ifm-color-primary-darker: #2563eb;
499-
--ifm-color-primary-darkest: #1d4ed8;
500-
--ifm-color-primary-light: #93c5fd;
501-
--ifm-color-primary-lighter: #bfdbfe;
502-
--ifm-color-primary-lightest: #dbeafe;
496+
--ifm-color-primary: #3cad6e;
497+
--ifm-color-primary-dark: #359962;
498+
--ifm-color-primary-darker: #33925d;
499+
--ifm-color-primary-darkest: #2e8555;
500+
--ifm-color-primary-light: #4db981;
501+
--ifm-color-primary-lighter: #6dc998;
502+
--ifm-color-primary-lightest: #b1e2c5;
503503
--docusaurus-highlighted-code-line-bg: rgba(0, 0, 0, 0.3);
504504

505505
/* Global dark theme tokens used across feature pages (courses, broadcasts, sponsors, etc.) */

0 commit comments

Comments
 (0)