Skip to content

Commit 14b3eb0

Browse files
committed
Dark scheme colors (WIP)
1 parent 0f87d44 commit 14b3eb0

1 file changed

Lines changed: 21 additions & 13 deletions

File tree

assets/red-grey-55a9a912e87b11eea4d4325096b39f47.css

Lines changed: 21 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@
2929
--vstdev-navbar-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color);
3030
--vstdev-navbar-button-text-color: var(--bulma-title-color);
3131
/* hero */
32+
--vstdev-hero-background-color: white;
3233
--vstdev-hero-strong-color: var(--bulma-title-color);
3334
--vstdev-hero-link-color: var(--bulma-title-color);
3435
--vstdev-hero-link-hover-color: var(--vstdev-vst-icon-light-blue-03);
@@ -40,6 +41,7 @@
4041
--vstdev-footer-background-color: var(--vstdev-vst-dev-portal-menu-background-color);
4142
--vstdev-footer-link-color: #525264;
4243
--vstdev-footer-link-hover-color: #525264;
44+
--vstdev-footer-paragraph-color: #525264;
4345
/* burger */
4446
--vstdev-navbar-burger-color: var(--vstdev-vst-icon-dark-blue-02);
4547
--vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-light-blue-01);
@@ -49,26 +51,28 @@
4951
@media (prefers-color-scheme: dark) {
5052
:root {
5153
/* 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);
5759
--vstdev-navbar-button-background-color: var(--vstdev-vst-icon-light-blue-01);
5860
--vstdev-navbar-button-hover-color: var(--vstdev-vst-logo-old-middle-lighter-color);
5961
--vstdev-navbar-button-text-color: var(--bulma-title-color);
6062
/* hero */
63+
--vstdev-hero-background-color: #1a1a1a;
6164
--vstdev-hero-strong-color: var(--bulma-title-color);
6265
--vstdev-hero-link-color: var(--bulma-title-color);
6366
--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);
6770
/* 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;
7276
/* burger */
7377
--vstdev-navbar-burger-color: var(--vstdev-vst-icon-dark-blue-02);
7478
--vstdev-navbar-burger-hover-background-color: var(--vstdev-vst-icon-light-blue-01);
@@ -149,7 +153,7 @@
149153

150154
/**** hero ****/
151155
.hero.is-main-hero {
152-
background-color: #ffffff;
156+
background-color: var(--vstdev-hero-background-color);
153157
}
154158

155159
.hero strong {
@@ -203,6 +207,10 @@
203207
color: var(--vstdev-footer-link-color);
204208
}
205209

210+
.vstdev-footer p {
211+
color: var(--vstdev-footer-link-color);
212+
}
213+
206214
.vstdev-footer a:hover {
207215
color: var(--vstdev-footer-link-hover-color);
208216
text-decoration: underline;

0 commit comments

Comments
 (0)