mirror of
https://github.com/pawroman/zola-theme-terminimal.git
synced 2025-01-09 12:11:05 +01:00
13 lines
236 B
SCSS
13 lines
236 B
SCSS
:root {
|
|
--accent: rgb(224,64,192);
|
|
--accent-alpha-70: rgba(224,64,192);
|
|
--accent-alpha-20: rgba(224,64,192,.2);
|
|
|
|
--background: white;
|
|
--color: #1D212C;
|
|
--border-color: rgba(0, 0, 0, .1);
|
|
div.logo {
|
|
color: white;
|
|
}
|
|
}
|