mirror of
https://github.com/pawroman/zola-theme-terminimal
synced 2024-11-23 04:53:04 +00:00
9 lines
210 B
SCSS
9 lines
210 B
SCSS
:root {
|
|
--accent: rgb(35,176,255);
|
|
--accent-alpha-70: rgba(35,176,255,.7);
|
|
--accent-alpha-20: rgba(35,176,255,.2);
|
|
|
|
--background: #1D212C;
|
|
--color: white;
|
|
--border-color: rgba(255, 255, 255, .1);
|
|
}
|