mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-28 02:37:12 +02:00
Add scss
This commit is contained in:
parent
33b343983c
commit
3ca88ed773
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…
Reference in a new issue