|
38 | 38 | --bs-gray-800: #343a40;
|
39 | 39 | --bs-gray-900: #212529;
|
40 | 40 | --bs-primary: #007aa6;
|
41 |
| - --bs-secondary: #95a5a6; |
| 41 | + --bs-secondary: #747b90; |
42 | 42 | --bs-success: #18bc9c;
|
43 | 43 | --bs-info: #3498db;
|
44 | 44 | --bs-warning: #f39c12;
|
45 | 45 | --bs-danger: #e74c3c;
|
46 | 46 | --bs-light: #f8fafe;
|
47 | 47 | --bs-dark: #8e94a6;
|
48 | 48 | --bs-primary-rgb: 0, 122, 166;
|
49 |
| - --bs-secondary-rgb: 149, 165, 166; |
| 49 | + --bs-secondary-rgb: 116 123 144; |
50 | 50 | --bs-success-rgb: 24, 188, 156;
|
51 | 51 | --bs-info-rgb: 52, 152, 219;
|
52 | 52 | --bs-warning-rgb: 243, 156, 18;
|
|
79 | 79 | --bs-dark-border-subtle: #b4bcc2;
|
80 | 80 | --bs-white-rgb: 255, 255, 255;
|
81 | 81 | --bs-black-rgb: 0, 0, 0;
|
82 |
| - --bs-font-sans-serif: Lato, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol"; |
83 |
| - --bs-font-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; |
| 82 | + --bs-font-sans-serif: "Nunito Sans", -apple-system, BlinkMacSystemFont, |
| 83 | + "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, |
| 84 | + "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; |
| 85 | + --bs-font-monospace: Menlo, Monaco, Consolas, "Liberation Mono", |
| 86 | + "Courier New", monospace; |
84 | 87 | --bs-gradient: linear-gradient(180deg, rgba(255, 255, 255, 0.15), rgba(255, 255, 255, 0));
|
85 | 88 | --bs-body-font-family: var(--bs-font-sans-serif);
|
86 | 89 | --bs-body-font-size: 1rem;
|
87 | 90 | --bs-body-font-weight: 400;
|
88 | 91 | --bs-body-line-height: 1.5;
|
89 |
| - --bs-body-color: #8e94a6; |
90 |
| - --bs-body-color-rgb: 142, 148, 166; |
| 92 | + --bs-body-color: #747b90; |
| 93 | + --bs-body-color-rgb: 116, 123, 144; |
91 | 94 | --bs-body-bg: #eff1f5;
|
92 | 95 | --bs-body-bg-rgb: 239, 241, 245;
|
93 | 96 | --bs-emphasis-color: #000;
|
|
142 | 145 | --bs-body-bg-rgb: 239, 241, 245;
|
143 | 146 | --bs-emphasis-color: #fff;
|
144 | 147 | --bs-emphasis-color-rgb: 255, 255, 255;
|
145 |
| - --bs-secondary-color: rgba(222, 226, 230, 0.75); |
146 |
| - --bs-secondary-color-rgb: 222, 226, 230; |
| 148 | + --bs-secondary-color: rgba(116, 123, 144, 0.75); |
| 149 | + --bs-secondary-color-rgb: 116 123 144; |
147 | 150 | --bs-secondary-bg: #343a40;
|
148 | 151 | --bs-secondary-bg-rgb: 52, 58, 64;
|
149 | 152 | --bs-tertiary-color: rgba(222, 226, 230, 0.5);
|
|
0 commit comments