mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 20:21:06 +01:00
9 lines
212 B
SCSS
9 lines
212 B
SCSS
:root {
|
|
--accent: rgb(255,168,106);
|
|
--accent-alpha-70: rgba(255,168,106,.7);
|
|
--accent-alpha-20: rgba(255,168,106,.2);
|
|
|
|
--background: #222129;
|
|
--color: white;
|
|
--border-color: rgba(255, 255, 255, .1);
|
|
} |