bigbluebutton-Github/bigbluebutton-html5/imports/ui/components/whiteboard/annotations/poll/styles.scss

8 lines
130 B
SCSS

:root {
--poll-annotation-gray: #333333;
}
.outline {
stroke: var(--poll-annotation-gray);
stroke-width: .5;
}