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