|
53 | 53 | --color-background-primary-hint: #0d194920; |
54 | 54 | --color-background-accent-hint: #4746f610; |
55 | 55 |
|
| 56 | + --color-black: #000000; |
| 57 | + |
56 | 58 | --color-scrollbar-foreground: rgba(0, 0, 0, .2); |
57 | 59 | --color-scrollbar-background: rgba(0, 0, 0, .01); |
58 | 60 | --color-hover-background: rgba(0, 0, 0, 0.03); |
59 | 61 | --color-input-background: #4746f605; |
60 | 62 |
|
61 | 63 | --color-primary: #0d1949; |
62 | 64 | --color-primary-light: #2d5989; |
63 | | - --color-text-on-light: #ffffff; |
| 65 | + --color-text-on-dark: #ffffff; |
64 | 66 | --color-text-watermark: rgba(0, 0, 0, .4); |
65 | 67 | --color-text: rgba(0, 0, 0, 0.8); |
66 | 68 | --color-text-dark: rgba(0, 0, 0, 1); |
67 | 69 | --color-text-light: rgba(0, 0, 0, 0.6); |
| 70 | + --color-text-gray: #666666; |
68 | 71 | --color-accent: #4746f6; |
69 | 72 | --color-danger: #e04656; |
70 | 73 | --color-success: #53b391; |
|
83 | 86 | --font-size-ultra-large: 4rem; |
84 | 87 |
|
85 | 88 | --font-weight-medium: 400; |
| 89 | + --font-weight-semibold: 600; |
86 | 90 | --font-weight-bold: 700; |
87 | 91 |
|
88 | 92 | --opacity-disabled-element: 0.5; |
89 | 93 |
|
90 | | - --width-separator-thin: 1px; |
| 94 | + --width-separator-thin: 1pt; |
| 95 | + --width-separator-thick: 5pt; |
| 96 | + --width-separator-mobile-preview: 8pt; |
91 | 97 | --width-scrollbar: 0.75rem; |
92 | 98 | --width-page-content-max: 70rem; |
93 | 99 | --width-navbar-content-max: 76rem; |
94 | 100 |
|
| 101 | + --width-mobile-preview: 22rem; |
| 102 | + --height-mobile-preview: 40rem; |
| 103 | + --height-mobile-preview-builarea-content: 30rem; |
| 104 | + --height-mobile-preview-footprint-content: 22rem; |
| 105 | + --height-mobile-preview-change-detection-content: 14rem; |
| 106 | + |
95 | 107 | --radius-popup-border: 0.25rem; |
96 | 108 | --radius-scrollbar-border: 0.25rem; |
97 | 109 | --radius-blur-shadow: 5px; |
98 | 110 | --radius-modal: 0.25rem; |
99 | 111 | --radius-button-border: 0.25rem; |
100 | 112 | --radius-input-border: 0.25rem; |
101 | | - --radius-card-border: 0.25rem; |
| 113 | + --radius-card-border: 0.5rem; |
102 | 114 | --radius-badge-border: 1rem; |
103 | 115 |
|
| 116 | + --line-height-none: 1; |
| 117 | + --line-height-tight: 1.25; |
| 118 | + --line-height-snug: 1.375; |
| 119 | + --line-height-normal: 1.5; |
| 120 | + --line-height-relaxed: 1.625; |
| 121 | + --line-height-loose: 2; |
| 122 | + |
104 | 123 |
|
105 | 124 | --shadow-card: 0 2px 4px -2px var(--color-shadow); |
106 | 125 |
|
|
0 commit comments