mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-04-04 16:37:11 +02:00
10 lines
213 B
SCSS
10 lines
213 B
SCSS
:root {
|
|
--accent: rgb(171,105,242);
|
|
--accent-alpha-70: rgba(171,105,242,.7);
|
|
--accent-alpha-20: rgba(171,105,242,.2);
|
|
|
|
--background: #1D212C;
|
|
--color: white;
|
|
--border-color: rgba(255, 255, 255, .1);
|
|
}
|