mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-14 09:58:43 +01:00
feat: Added a light version and an automatic (light/dark) version for each theme
This commit is contained in:
parent
07b99b9758
commit
c365a2373e
13 changed files with 228 additions and 5 deletions
12
sass/color/red-light.scss
Normal file
12
sass/color/red-light.scss
Normal file
|
|
@ -0,0 +1,12 @@
|
|||
:root {
|
||||
--accent: rgb(240,48,64);
|
||||
--accent-alpha-70: rgba(240,48,64,.7);
|
||||
--accent-alpha-20: rgba(240,48,64,.2);
|
||||
|
||||
--background: white;
|
||||
--color: #1D212C;
|
||||
--border-color: rgba(0, 0, 0, .1);
|
||||
div.logo {
|
||||
color: white;
|
||||
}
|
||||
}
|
||||
Loading…
Add table
Add a link
Reference in a new issue