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

8 lines
130 B
SCSS
Raw Normal View History

2020-05-11 20:56:53 +08:00
:root {
--poll-annotation-gray: #333333;
}
.outline {
stroke: var(--poll-annotation-gray);
stroke-width: .5;
}