|
4 | 4 | --primary-light: #36c085; |
5 | 5 | --primary-alpha-light: rgba(37, 160, 110, 0.04); |
6 | 6 | --primary-alpha-medium: rgba(37, 160, 110, 0.08); |
7 | | - --primary-alpha-strong: rgba(37, 160, 110, 0.1); |
| 7 | + --primary-alpha-strong: rgba(37, 160, 110, 0.14); |
| 8 | + --primary-alpha-border: rgba(37, 160, 110, 0.6); |
| 9 | + --primary-alpha-bg: rgba(37, 160, 110, 0.1); |
8 | 10 |
|
9 | 11 | --text-primary: #1a202c; |
10 | 12 | --text-secondary: #4a5568; |
|
27 | 29 | --transition-fast: 0.2s ease; |
28 | 30 | --transition-base: 0.3s ease; |
29 | 31 |
|
30 | | - --font-base: |
31 | | - -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", sans-serif; |
| 32 | + --font-base: -apple-system, BlinkMacSystemFont, "Segoe UI", "PingFang SC", "Hiragino Sans GB", "Microsoft YaHei", |
| 33 | + sans-serif; |
32 | 34 | --font-mono: SFMono-Regular, Menlo, Monaco, Consolas, monospace; |
33 | 35 |
|
34 | 36 | --ifm-color-primary: var(--primary); |
|
0 commit comments