|
10 | 10 | :root { |
11 | 11 | /* Background and Text */ |
12 | 12 | --color-background: white; |
13 | | - --color-text: ##1A1A1A; |
| 13 | + --color-text: #1A1A1A; |
14 | 14 | --color-text-secondary: #666; |
15 | 15 | --color-text-light: #aaa; |
16 | 16 | --color-text-link: #3B5998; |
|
29 | 29 | --color-border-darker: #444; |
30 | 30 | --color-border-light: #aaa; |
31 | 31 | --color-border-pale: #eee; |
| 32 | + --color-border-accent: #88c; |
32 | 33 |
|
33 | 34 | /* Status Colors */ |
34 | 35 | --color-selected-bg: #8F3; |
|
138 | 139 | /* Spacing and Sizing */ |
139 | 140 | --spacing-tiny: 0.05em; |
140 | 141 | --spacing-small: 0.1em; |
| 142 | + --spacing-xxxs: 0.2em; |
| 143 | + --spacing-xxs: 0.3em; |
141 | 144 | --spacing-xs: 0.5rem; |
142 | 145 | --spacing-sm: 0.75em; |
| 146 | + --spacing-btn: 0.7em; |
143 | 147 | --spacing-base: 0.5em; |
144 | 148 | --spacing-md: 1em; |
145 | 149 | --spacing-lg: 1.5em; |
146 | 150 | --spacing-xl: 2em; |
147 | 151 | --spacing-2xl: 3em; |
| 152 | + --border-width-xthin: 0.05em; |
| 153 | + --border-width-sm: 0.1em; |
148 | 154 | --border-width-thin: 1px; |
149 | 155 | --border-width-medium: 2px; |
150 | 156 | --border-width-bold: 5px; |
| 157 | + --border-radius-xs: 0.1em; |
| 158 | + --border-radius-sm: 0.2em; |
151 | 159 | --border-radius-base: 0.5em; |
152 | 160 | --border-radius-lg: 0.75em; |
153 | 161 | --border-radius-full: 1em; |
|
170 | 178 | /* Shadows */ |
171 | 179 | --box-shadow: 0 2px 8px rgba(124,77,255,0.08); |
172 | 180 | --box-shadow-sm: 0 1px 4px rgba(124,77,255,0.12); |
| 181 | + --box-shadow-active: 0 1px 2px rgba(124, 77, 255, 0.2); |
| 182 | + --box-shadow-focus: 0 0 0 5px rgba(124, 77, 255, 0.25); |
| 183 | + --box-shadow-hover: 0 2px 4px rgba(124, 77, 255, 0.2); |
| 184 | + --box-shadow-modal: 0 2px 10px rgba(0, 0, 0, 0.3); |
| 185 | + --box-shadow-overlay: 0 4px 24px rgba(0, 0, 0, 0.2); |
| 186 | + --box-shadow-popup: 0 0.5em 0.9em rgba(0, 0, 0, 0.2); |
173 | 187 |
|
174 | 188 | /* Accessibility */ |
175 | 189 | --min-touch-target: 44px; |
|
183 | 197 |
|
184 | 198 | /* Overlay and Modal */ |
185 | 199 | --overlay-bg: rgba(0, 0, 0, 0.5); |
| 200 | + --overlay-bg-muted: rgba(0, 0, 0, 0.3); |
186 | 201 | --z-index-modal: 9999; |
187 | 202 | --z-index-skip-links: 1000; |
188 | 203 |
|
189 | 204 | /* Opacity */ |
190 | 205 | --opacity-disabled: 0.6; |
| 206 | + --opacity-input-disabled: 0.75; |
191 | 207 |
|
192 | 208 | /* Layout Values */ |
193 | 209 | --max-width-readable: 65ch; |
|
0 commit comments