mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-12-12 09:08:45 +01:00
Add scss
This commit is contained in:
parent
33b343983c
commit
3ca88ed773
2 changed files with 12 additions and 0 deletions
3
sass/color/background_tsuyukusa.scss
Normal file
3
sass/color/background_tsuyukusa.scss
Normal file
|
|
@ -0,0 +1,3 @@
|
||||||
|
:root {
|
||||||
|
--background: #2ea9df;
|
||||||
|
}
|
||||||
9
sass/color/tsuyukusa.scss
Normal file
9
sass/color/tsuyukusa.scss
Normal file
|
|
@ -0,0 +1,9 @@
|
||||||
|
:root {
|
||||||
|
--accent: rgb(46, 169, 223);
|
||||||
|
--accent-alpha-70: rgba(46, 169, 223, 0.7);
|
||||||
|
--accent-alpha-20: rgba(46, 169, 223, 0.2);
|
||||||
|
|
||||||
|
--background: #21202c;
|
||||||
|
--color: white;
|
||||||
|
--border-color: rgba(255, 255, 255, 0.1);
|
||||||
|
}
|
||||||
Loading…
Add table
Add a link
Reference in a new issue