|
3 | 3 | /* Shop Brand Colors */ |
4 | 4 | :root { |
5 | 5 | /* Light mode colors */ |
6 | | - --shop-brand-primary: #5433eb; |
| 6 | + --shop-brand-primary: #9c83f8; |
7 | 7 | --shop-brand-background: #ffffff; |
8 | 8 |
|
9 | 9 | /* Primary color shades for light mode */ |
10 | | - --ifm-color-primary: #5433eb; |
11 | | - --ifm-color-primary-dark: #4227d9; |
12 | | - --ifm-color-primary-darker: #3d24ce; |
13 | | - --ifm-color-primary-darkest: #321da9; |
14 | | - --ifm-color-primary-light: #6645fd; |
15 | | - --ifm-color-primary-lighter: #7151fd; |
16 | | - --ifm-color-primary-lightest: #8e71fe; |
| 10 | + --ifm-color-primary: #5B2DF4; |
| 11 | + --ifm-color-primary-dark: #4D1FE0; |
| 12 | + --ifm-color-primary-darker: #481DD4; |
| 13 | + --ifm-color-primary-darkest: #3B17AF; |
| 14 | + --ifm-color-primary-light: #7349F6; |
| 15 | + --ifm-color-primary-lighter: #8055F7; |
| 16 | + --ifm-color-primary-lightest: #9D7BF9; |
17 | 17 |
|
18 | 18 | /* Core colors */ |
19 | 19 | --ifm-background-color: #ffffff; |
|
28 | 28 | /* Footer styling */ |
29 | 29 | --ifm-footer-background-color: #f5f6f7; |
30 | 30 | --ifm-footer-color: var(--ifm-color-emphasis-700); |
31 | | - --ifm-footer-link-color: var(--ifm-color-emphasis-600); |
32 | | - --ifm-footer-link-hover-color: var(--ifm-color-primary); |
| 31 | + --ifm-footer-link-color: var(--ifm-color-primary); |
| 32 | + --ifm-footer-link-hover-color: var(--ifm-color-primary-lighter); |
33 | 33 | --ifm-footer-title-color: var(--ifm-color-emphasis-900); |
34 | 34 |
|
35 | 35 | /* DocSearch theming (if using Algolia DocSearch) */ |
|
48 | 48 | --shop-brand-background: #121212; |
49 | 49 |
|
50 | 50 | /* Primary color shades for dark mode */ |
51 | | - --ifm-color-primary: #9c83f8; |
52 | | - --ifm-color-primary-dark: #8165f6; |
53 | | - --ifm-color-primary-darker: #7456f5; |
54 | | - --ifm-color-primary-darkest: #5129f2; |
55 | | - --ifm-color-primary-light: #b7a1fa; |
56 | | - --ifm-color-primary-lighter: #c4b0fb; |
57 | | - --ifm-color-primary-lightest: #e0d7fd; |
| 51 | + --ifm-color-primary: #5B2DF4; |
| 52 | + --ifm-color-primary-dark: #4D1FE0; |
| 53 | + --ifm-color-primary-darker: #481DD4; |
| 54 | + --ifm-color-primary-darkest: #3B17AF; |
| 55 | + --ifm-color-primary-light: #7349F6; |
| 56 | + --ifm-color-primary-lighter: #8055F7; |
| 57 | + --ifm-color-primary-lightest: #c4b5fd; |
58 | 58 |
|
59 | 59 | /* Core dark mode colors */ |
60 | 60 | --ifm-background-color: #121212; |
@@ -416,8 +416,8 @@ html[data-theme="dark"] { |
416 | 416 |
|
417 | 417 | /* Footer link color fix for light mode */ |
418 | 418 | .footer { |
419 | | - --ifm-footer-link-color: var(--ifm-color-emphasis-700); |
420 | | - --ifm-footer-link-hover-color: var(--ifm-color-primary); |
| 419 | + --ifm-footer-link-color: var(--shop-brand-primary); |
| 420 | + --ifm-footer-link-hover-color: var(--ifm-color-primary-lighter); |
421 | 421 | } |
422 | 422 |
|
423 | 423 | [data-theme="dark"] .footer { |
|
0 commit comments