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