|
87 | 87 | --site-text-3: #999ea9; |
88 | 88 | --site-line: #444a55; |
89 | 89 | --site-line-strong: #59616f; |
90 | | - --site-brand: #e26473; |
91 | | - --site-brand-hover: #f07b88; |
92 | | - --site-brand-action: #d85869; |
93 | | - --site-brand-action-hover: #e26473; |
94 | | - --site-brand-soft: rgba(226, 100, 115, 0.14); |
95 | | - --site-brand-contrast: #190d10; |
96 | | - --site-link: #f07b88; |
| 90 | + --site-brand: #a8b1ff; |
| 91 | + --site-brand-hover: #5c73e7; |
| 92 | + --site-brand-action: #3e63dd; |
| 93 | + --site-brand-action-hover: #5c73e7; |
| 94 | + --site-brand-soft: rgba(100, 108, 255, 0.16); |
| 95 | + --site-brand-contrast: #ffffff; |
| 96 | + --site-link: #a8b1ff; |
97 | 97 | --site-nav-bg: rgba(32, 34, 40, 0.94); |
98 | 98 | --site-shadow: 0 18px 42px rgba(0, 0, 0, 0.2); |
99 | 99 | --site-code-bg: #1b1d22; |
|
102 | 102 | --site-code-text: #e1e4e8; |
103 | 103 | --site-code-muted: #8f98a6; |
104 | 104 |
|
105 | | - --topic-kernel: #78a7eb; |
106 | | - --topic-kernel-soft: rgba(120, 167, 235, 0.11); |
107 | | - --topic-comm: #d7a654; |
108 | | - --topic-comm-soft: rgba(215, 166, 84, 0.11); |
109 | | - --topic-serving: #67b9aa; |
110 | | - --topic-serving-soft: rgba(103, 185, 170, 0.11); |
111 | | - --topic-rl: #ae8ddb; |
112 | | - --topic-rl-soft: rgba(174, 141, 219, 0.11); |
| 105 | + --topic-kernel: #a8b1ff; |
| 106 | + --topic-kernel-soft: rgba(100, 108, 255, 0.16); |
| 107 | + --topic-comm: #f9b44e; |
| 108 | + --topic-comm-soft: rgba(234, 179, 8, 0.16); |
| 109 | + --topic-serving: #3dd68c; |
| 110 | + --topic-serving-soft: rgba(16, 185, 129, 0.16); |
| 111 | + --topic-rl: #c8abfa; |
| 112 | + --topic-rl-soft: rgba(159, 122, 234, 0.16); |
113 | 113 |
|
114 | 114 | --vp-code-line-highlight-color: rgba(255, 255, 255, 0.07); |
115 | 115 | } |
|
0 commit comments