|
111 | 111 | display: block; |
112 | 112 | } |
113 | 113 |
|
114 | | -.md-typeset .hero-container h1 { |
| 114 | +.md-typeset .hero-container h1, |
| 115 | +[data-md-color-scheme="slate"] .md-typeset .hero-container h1 { |
115 | 116 | color: white !important; |
116 | 117 | font-size: 3rem !important; |
117 | 118 | font-weight: 800 !important; |
|
127 | 128 | display: none !important; |
128 | 129 | } |
129 | 130 |
|
130 | | -.md-typeset .hero-container p { |
| 131 | +.md-typeset .hero-container p, |
| 132 | +[data-md-color-scheme="slate"] .md-typeset .hero-container p { |
131 | 133 | font-size: 1.25rem !important; |
132 | 134 | max-width: 850px !important; |
133 | 135 | margin-left: auto !important; |
|
146 | 148 | flex-wrap: wrap; |
147 | 149 | } |
148 | 150 |
|
149 | | -.hero-buttons .md-button { |
| 151 | +.hero-buttons .md-button, |
| 152 | +[data-md-color-scheme="slate"] .hero-buttons .md-button { |
150 | 153 | margin: 0 !important; |
151 | 154 | padding: 0.6rem 1.5rem !important; |
152 | 155 | font-weight: 700 !important; |
|
157 | 160 | min-width: 180px; |
158 | 161 | } |
159 | 162 |
|
160 | | -.hero-buttons .md-button--primary { |
| 163 | +.hero-buttons .md-button--primary, |
| 164 | +[data-md-color-scheme="slate"] .hero-buttons .md-button--primary { |
161 | 165 | background-color: var(--md-accent-fg-color) !important; |
162 | 166 | border-color: var(--md-accent-fg-color) !important; |
163 | 167 | color: white !important; |
164 | 168 | } |
165 | 169 |
|
166 | | -.hero-buttons .md-button:not(.md-button--primary) { |
| 170 | +.hero-buttons .md-button:not(.md-button--primary), |
| 171 | +[data-md-color-scheme="slate"] |
| 172 | + .hero-buttons |
| 173 | + .md-button:not(.md-button--primary) { |
167 | 174 | background-color: rgba(255, 255, 255, 0.2) !important; |
168 | 175 | border-color: rgba(255, 255, 255, 0.8) !important; |
169 | 176 | color: white !important; |
|
269 | 276 | } |
270 | 277 |
|
271 | 278 | /* Typography */ |
| 279 | + |
272 | 280 | .md-typeset h1 { |
273 | 281 | color: var(--md-primary-fg-color--dark); |
274 | 282 | } |
|
277 | 285 | font-weight: 300 !important; |
278 | 286 | margin-top: 1.5rem !important; |
279 | 287 | font-size: 1.2rem !important; |
280 | | - color: var(--md-primary-fg-color--dark); |
| 288 | + color: var(--md-primary-fg-color--dark) !important; |
281 | 289 | letter-spacing: -0.01em !important; |
282 | 290 | line-height: 1.2 !important; |
283 | 291 | border: none !important; |
|
287 | 295 | font-weight: 400 !important; |
288 | 296 | margin-top: 1.25rem !important; |
289 | 297 | font-size: 1.1rem !important; |
290 | | - color: var(--md-primary-fg-color); |
| 298 | + color: var(--md-primary-fg-color) !important; |
291 | 299 | letter-spacing: -0.01em !important; |
292 | 300 | line-height: 1.3 !important; |
293 | 301 | } |
|
296 | 304 | font-weight: 400 !important; |
297 | 305 | margin-top: 1rem !important; |
298 | 306 | font-size: 1rem !important; |
299 | | - color: var(--md-primary-fg-color); |
| 307 | + color: var(--md-primary-fg-color) !important; |
300 | 308 | letter-spacing: -0.01em !important; |
301 | 309 | } |
302 | 310 |
|
|
305 | 313 | font-weight: 400 !important; |
306 | 314 | margin-top: 1rem !important; |
307 | 315 | font-size: 0.9rem !important; |
308 | | - color: var(--md-primary-fg-color--light); |
| 316 | + color: var(--md-primary-fg-color--light) !important; |
309 | 317 | letter-spacing: -0.01em !important; |
310 | 318 | } |
311 | 319 |
|
|
0 commit comments