Add support for displaying Question objects

This commit is contained in:
Thomas Sileo
2022-07-22 18:55:24 +02:00
parent daac4a0313
commit 25fcb7e57c
4 changed files with 71 additions and 1 deletions

View File

@@ -12,6 +12,17 @@ $muted-color: #555; // solarized comment text
// Load custom theme
// @import "theme.scss";
.muted {
color: $muted-color;
}
.poll-bar {
width:100%;height:20px;
line {
stroke: $secondary-color;
}
}
.light-background {
background: $light-background;