mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-23 04:53:04 +00:00
9 lines
213 B
SCSS
9 lines
213 B
SCSS
:root {
|
|
--accent: rgb(120,226,160);
|
|
--accent-alpha-70: rgba(120,226,160,.7);
|
|
--accent-alpha-20: rgba(120,226,160,.2);
|
|
|
|
--background: #1F222A;
|
|
--color: white;
|
|
--border-color: rgba(255, 255, 255, .1);
|
|
}
|