|
10 | 10 |
|
11 | 11 | :root {
|
12 | 12 | --ifm-color-content: #1d1d1f;
|
| 13 | + --ifm-color-white: #ffffff; |
13 | 14 | --ifm-color-content-inverse: var(--ifm-color-white);
|
14 | 15 | --ifm-color-primary: #2756fc;
|
15 | 16 | --ifm-color-primary-dark: #0849e4;
|
|
37 | 38 | --ifm-color-gray-900: #161617;
|
38 | 39 | --ifm-color-gray-950: #101010;
|
39 | 40 |
|
| 41 | + --ifm-color-emphasis-100: #e8e8ed; |
| 42 | + --ifm-color-emphasis-200: #d2d2d7; |
| 43 | + --ifm-color-emphasis-500: #6e6e73; |
| 44 | + |
40 | 45 | --ifm-color-primary-contrast-background: rgb(16, 36, 69);
|
41 | 46 | --ifm-color-primary-contrast-foreground: rgb(235, 242, 252);
|
42 | 47 | --ifm-color-secondary-contrast-background: #f5f5f7;
|
|
73 | 78 | --kopli-button-bg: #2756fc;
|
74 | 79 | --kopli-button-hover-bg: #1A4C92;
|
75 | 80 | --kopli-button-text: #ffffff;
|
| 81 | + --mainnet-button-bg: #2756fc; |
| 82 | + --mainnet-button-hover-bg: #1A4C92; |
| 83 | + --mainnet-button-text: #ffffff; |
76 | 84 | }
|
77 | 85 |
|
78 | 86 | .pagination-nav__link {
|
@@ -158,6 +166,9 @@ html[data-theme="dark"] {
|
158 | 166 | --kopli-button-bg: #7B59E6;
|
159 | 167 | --kopli-button-hover-bg: #5F44B5;
|
160 | 168 | --kopli-button-text: #ffffff;
|
| 169 | + --mainnet-button-bg: #7B59E6; |
| 170 | + --mainnet-button-hover-bg: #5F44B5; |
| 171 | + --mainnet-button-text: #ffffff; |
161 | 172 | }
|
162 | 173 |
|
163 | 174 | .footer--dark {
|
|
0 commit comments