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