logo
:root {
--primarycolor: blue;
} svg { fill: var(--primarycolor, orange); }