8 lines
130 B
SCSS
8 lines
130 B
SCSS
|
:root {
|
||
|
--poll-annotation-gray: #333333;
|
||
|
}
|
||
|
|
||
|
.outline {
|
||
|
stroke: var(--poll-annotation-gray);
|
||
|
stroke-width: .5;
|
||
|
}
|