mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-25 22:55:32 +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;
|
||||
--background: var(--white);
|
||||
--text-color: var(--black);
|
||||
--hero-background: var(--white);
|
||||
--hero-background: var(--bright-white);
|
||||
--kinda-transparent: #ffffffd9;
|
||||
--feature-img-shadow: 4px 4px 6px #a9a9a980, -2px -2px 4px rgb(0 0 0 / 40%);
|
||||
}
|
||||
|
@ -38,4 +38,8 @@ nav.navbar {
|
||||
font-weight: bold;
|
||||
font-size: 1.5rem;
|
||||
}
|
||||
}
|
||||
|
||||
body {
|
||||
background: var(--background);
|
||||
}
|
Loading…
x
Reference in New Issue
Block a user