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