mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-27 07:34:43 +02:00
💄 Variables for light dark theme
This commit is contained in:
parent
9d62d02162
commit
bc76183e78
@ -22,7 +22,7 @@ html { /* Light Theme */
|
|||||||
--primary: #54bff7;
|
--primary: #54bff7;
|
||||||
--background: var(--white);
|
--background: var(--white);
|
||||||
--text-color: var(--black);
|
--text-color: var(--black);
|
||||||
--hero-background: var(--white);
|
--hero-background: var(--bright-white);
|
||||||
--kinda-transparent: #ffffffd9;
|
--kinda-transparent: #ffffffd9;
|
||||||
--feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%);
|
--feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%);
|
||||||
}
|
}
|
||||||
|
@ -39,3 +39,7 @@ nav.navbar {
|
|||||||
font-size: 1.5rem;
|
font-size: 1.5rem;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
body {
|
||||||
|
background: var(--background);
|
||||||
|
}
|
Loading…
x
Reference in New Issue
Block a user