|
10 | 10 | /* Typography */ |
11 | 11 | --heading-font-weight: 600; |
12 | 12 |
|
13 | | - /* Colors - custom brand palette */ |
14 | | - --flixopt-primary: #274754; /* Primary dark blue-gray */ |
15 | | - --flixopt-accent: #2a9d90; /* Main accent teal-green */ |
16 | | - --flixopt-gold: #e8c468; /* Golden yellow */ |
17 | | - --flixopt-orange: #f4a462; /* Orange */ |
18 | | - |
19 | | - /* Derived colors for gradients */ |
20 | | - --flixopt-teal: #2a9d90; |
21 | | - --flixopt-teal-light: #3dbaa8; /* Lighter teal for gradients */ |
22 | | - --flixopt-teal-dark: #1f7a70; /* Darker teal for gradients */ |
| 13 | + /* Colors - enhance teal theme */ |
| 14 | + --flixopt-teal: #009688; |
| 15 | + --flixopt-teal-light: #4DB6AC; |
| 16 | + --flixopt-teal-dark: #00796B; |
23 | 17 | } |
24 | 18 |
|
25 | 19 | /* Dark mode adjustments */ |
|
235 | 229 | .hero-section { |
236 | 230 | text-align: center; |
237 | 231 | padding: 4rem 2rem 3rem 2rem; |
238 | | - background: linear-gradient(135deg, rgba(42, 157, 144, 0.1) 0%, rgba(31, 122, 112, 0.1) 100%); |
| 232 | + background: linear-gradient(135deg, rgba(0, 150, 136, 0.1) 0%, rgba(0, 121, 107, 0.1) 100%); |
239 | 233 | border-radius: 1rem; |
240 | 234 | margin-bottom: 3rem; |
241 | 235 | } |
|
244 | 238 | font-size: 3.5rem; |
245 | 239 | font-weight: 700; |
246 | 240 | margin-bottom: 1rem; |
247 | | - background: linear-gradient(135deg, var(--flixopt-accent) 0%, var(--flixopt-teal-dark) 100%); |
| 241 | + background: linear-gradient(135deg, #009688 0%, #00796B 100%); |
248 | 242 | -webkit-background-clip: text; |
249 | 243 | -webkit-text-fill-color: transparent; |
250 | 244 | background-clip: text; |
|
0 commit comments