|
10 | 10 | --vstdev-vst-icon-light-blue-02: #9fb4c4; |
11 | 11 | --vstdev-vst-icon-light-blue-03: #6d879b; |
12 | 12 | --vstdev-vst-icon-dark-blue-01: #648094; |
| 13 | + --vstdev-vst-icon-dark-blue-015: #465D6F; |
13 | 14 | --vstdev-vst-icon-dark-blue-02: #273a4a; |
14 | 15 |
|
15 | 16 | /* Make the navbar a bit more high */ |
|
19 | 20 |
|
20 | 21 | @media (prefers-color-scheme: light) { |
21 | 22 | :root { |
| 23 | + /* bulma main scheme */ |
| 24 | + --bulma-scheme-main: white; |
| 25 | + |
22 | 26 | /* navbar */ |
23 | | - --vstdev-navbar-background-color: white; |
24 | 27 | --vstdev-navbar-border-bottom-color: #ebeaeb; |
25 | 28 | --vstdev-navbar-brand-font-color: var(--vstdev-vst-icon-dark-blue-02); |
26 | 29 | --vstdev-navbar-item-link-color: var(--vstdev-vst-icon-dark-blue-02); |
|
29 | 32 | --vstdev-navbar-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color); |
30 | 33 | --vstdev-navbar-button-text-color: var(--bulma-title-color); |
31 | 34 | /* hero */ |
32 | | - --vstdev-hero-background-color: white; |
| 35 | + --vstdev-hero-background-color: var(--bulma-scheme-main); |
33 | 36 | --vstdev-hero-strong-color: var(--bulma-title-color); |
34 | 37 | --vstdev-hero-link-color: var(--bulma-title-color); |
35 | 38 | --vstdev-hero-link-hover-color: var(--vstdev-vst-icon-light-blue-03); |
|
45 | 48 | /* burger */ |
46 | 49 | --vstdev-navbar-burger-color: var(--vstdev-vst-icon-dark-blue-02); |
47 | 50 | --vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-light-blue-01); |
| 51 | + |
| 52 | + --vstdev-text-primary-00: var(--vstdev-vst-icon-dark-blue-02); |
| 53 | + --vstdev-text-secondary-00: #767676; |
48 | 54 | } |
49 | 55 | } |
50 | 56 |
|
51 | 57 | @media (prefers-color-scheme: dark) { |
52 | 58 | :root { |
| 59 | + /* bulma main scheme */ |
| 60 | + --bulma-scheme-main: #1a1a1a; |
| 61 | + |
53 | 62 | /* navbar */ |
54 | | - --vstdev-navbar-background-color: #1a1a1a; |
55 | 63 | --vstdev-navbar-border-bottom-color: #353535; |
56 | 64 | --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); |
| 65 | + --vstdev-navbar-item-link-color: #979797; |
| 66 | + --vstdev-navbar-item-link-hover-color: var(--vstdev-vst-icon-light-blue-02); |
59 | 67 | --vstdev-navbar-button-background-color: var(--vstdev-vst-icon-light-blue-01); |
60 | 68 | --vstdev-navbar-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color); |
61 | 69 | --vstdev-navbar-button-text-color: var(--bulma-title-color); |
62 | 70 | /* hero */ |
63 | | - --vstdev-hero-background-color: #1a1a1a; |
| 71 | + --vstdev-hero-background-color: var(--bulma-scheme-main); |
64 | 72 | --vstdev-hero-strong-color: var(--bulma-title-color); |
65 | 73 | --vstdev-hero-link-color: var(--bulma-title-color); |
66 | | - --vstdev-hero-link-hover-color: var(--vstdev-vst-icon-light-blue-03); |
| 74 | + --vstdev-hero-link-hover-color: var(--vstdev-vst-icon-light-blue-02); |
67 | 75 | --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); |
| 76 | + --vstdev-hero-button-text-color: var(--vstdev-vst-icon-light-blue-01); |
| 77 | + --vstdev-hero-button-hover-color: var(--vstdev-vst-icon-dark-blue-015); |
70 | 78 | /* footer */ |
71 | 79 | --vstdev-footer-strong-color: #e2e2e2; |
72 | 80 | --vstdev-footer-background-color: #2f2f2f; |
73 | 81 | --vstdev-footer-link-color: #969696; |
74 | 82 | --vstdev-footer-link-hover-color: #969696; |
75 | 83 | --vstdev-footer-paragraph-color: #969696; |
76 | 84 | /* burger */ |
77 | | - --vstdev-navbar-burger-color: var(--vstdev-vst-icon-dark-blue-02); |
78 | | - --vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-light-blue-01); |
| 85 | + --vstdev-navbar-burger-color: var(--vstdev-vst-icon-light-blue-02); |
| 86 | + --vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-dark-blue-02); |
| 87 | + |
| 88 | + --vstdev-text-primary-00: var(--vstdev-vst-icon-light-blue-02); |
| 89 | + --vstdev-text-secondary-00: #979797; |
79 | 90 | } |
80 | 91 | } |
81 | 92 |
|
| 93 | +.vstdev-has-text-primary { |
| 94 | + color: var(--vstdev-text-primary-00); |
| 95 | +} |
| 96 | + |
| 97 | +.vstdev-has-text-secondary { |
| 98 | + color: var(--vstdev-text-secondary-00); |
| 99 | +} |
| 100 | + |
82 | 101 | /* Put a small 1px line on the bottom to separate the navbar from the hero */ |
83 | 102 | .vstdev-navbar { |
84 | 103 | border-bottom: 1px solid var(--vstdev-navbar-border-bottom-color); |
85 | | - background-color: var(--vstdev-navbar-background-color); |
86 | 104 | } |
87 | 105 |
|
88 | 106 | .vstdev-navbar .vstdev-vst-logo { |
|
0 commit comments