|
29 | 29 | --vstdev-navbar-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color); |
30 | 30 | --vstdev-navbar-button-text-color: var(--bulma-title-color); |
31 | 31 | /* hero */ |
| 32 | + --vstdev-hero-background-color: white; |
32 | 33 | --vstdev-hero-strong-color: var(--bulma-title-color); |
33 | 34 | --vstdev-hero-link-color: var(--bulma-title-color); |
34 | 35 | --vstdev-hero-link-hover-color: var(--vstdev-vst-icon-light-blue-03); |
|
40 | 41 | --vstdev-footer-background-color: var(--vstdev-vst-dev-portal-menu-background-color); |
41 | 42 | --vstdev-footer-link-color: #525264; |
42 | 43 | --vstdev-footer-link-hover-color: #525264; |
| 44 | + --vstdev-footer-paragraph-color: #525264; |
43 | 45 | /* burger */ |
44 | 46 | --vstdev-navbar-burger-color: var(--vstdev-vst-icon-dark-blue-02); |
45 | 47 | --vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-light-blue-01); |
|
49 | 51 | @media (prefers-color-scheme: dark) { |
50 | 52 | :root { |
51 | 53 | /* navbar */ |
52 | | - --vstdev-navbar-background-color: white; |
53 | | - --vstdev-navbar-border-bottom-color: #ebeaeb; |
54 | | - --vstdev-navbar-brand-font-color: var(--vstdev-vst-icon-dark-blue-02); |
55 | | - --vstdev-navbar-item-link-color: var(--vstdev-vst-icon-dark-blue-02); |
56 | | - --vstdev-navbar-item-link-hover-color: var(--vstdev-vst-icon-light-blue-03); |
| 54 | + --vstdev-navbar-background-color: #1a1a1a; |
| 55 | + --vstdev-navbar-border-bottom-color: #353535; |
| 56 | + --vstdev-navbar-brand-font-color: var(--vstdev-vst-icon-light-blue-02); |
| 57 | + --vstdev-navbar-item-link-color: var(--vstdev-vst-icon-light-blue-02); |
| 58 | + --vstdev-navbar-item-link-hover-color: var(--vstdev-vst-icon-light-blue-01); |
57 | 59 | --vstdev-navbar-button-background-color: var(--vstdev-vst-icon-light-blue-01); |
58 | 60 | --vstdev-navbar-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color); |
59 | 61 | --vstdev-navbar-button-text-color: var(--bulma-title-color); |
60 | 62 | /* hero */ |
| 63 | + --vstdev-hero-background-color: #1a1a1a; |
61 | 64 | --vstdev-hero-strong-color: var(--bulma-title-color); |
62 | 65 | --vstdev-hero-link-color: var(--bulma-title-color); |
63 | 66 | --vstdev-hero-link-hover-color: var(--vstdev-vst-icon-light-blue-03); |
64 | | - --vstdev-hero-button-background-color: var(--vstdev-vst-icon-light-blue-01); |
65 | | - --vstdev-hero-button-text-color: #3B3B28; |
66 | | - --vstdev-hero-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color); |
| 67 | + --vstdev-hero-button-background-color: var(--vstdev-vst-icon-dark-blue-02); |
| 68 | + --vstdev-hero-button-text-color: white; |
| 69 | + --vstdev-hero-button-hover-color: var(--vstdev-vst-icon-dark-blue-01); |
67 | 70 | /* footer */ |
68 | | - --vstdev-footer-strong-color: #525264; |
69 | | - --vstdev-footer-background-color: var(--vstdev-vst-dev-portal-menu-background-color); |
70 | | - --vstdev-footer-link-color: #525264; |
71 | | - --vstdev-footer-link-hover-color: #525264; |
| 71 | + --vstdev-footer-strong-color: #e2e2e2; |
| 72 | + --vstdev-footer-background-color: #2f2f2f; |
| 73 | + --vstdev-footer-link-color: #969696; |
| 74 | + --vstdev-footer-link-hover-color: #969696; |
| 75 | + --vstdev-footer-paragraph-color: #969696; |
72 | 76 | /* burger */ |
73 | 77 | --vstdev-navbar-burger-color: var(--vstdev-vst-icon-dark-blue-02); |
74 | 78 | --vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-light-blue-01); |
|
149 | 153 |
|
150 | 154 | /**** hero ****/ |
151 | 155 | .hero.is-main-hero { |
152 | | - background-color: #ffffff; |
| 156 | + background-color: var(--vstdev-hero-background-color); |
153 | 157 | } |
154 | 158 |
|
155 | 159 | .hero strong { |
|
203 | 207 | color: var(--vstdev-footer-link-color); |
204 | 208 | } |
205 | 209 |
|
| 210 | +.vstdev-footer p { |
| 211 | + color: var(--vstdev-footer-link-color); |
| 212 | +} |
| 213 | + |
206 | 214 | .vstdev-footer a:hover { |
207 | 215 | color: var(--vstdev-footer-link-hover-color); |
208 | 216 | text-decoration: underline; |
|
0 commit comments