add poll-display

This commit is contained in:
2024-01-17 13:30:04 -06:00
parent bb4706213d
commit 01fbebcc2e
2 changed files with 43 additions and 0 deletions

View File

@@ -95,6 +95,11 @@
--spoiler-header-text: #E8E8E8;
--spoiler-border: 1px inset #1c1c1c;
--poll-default-bar: linear-gradient(0deg, #808080 0%, #FFFFFF 75%, #202020 100%);
--poll-first-bar: linear-gradient(0deg, #00FF00 0%, #FFFFFF 75%, #40FF40 100%);
--poll-second-bar: linear-gradient(0deg, #0000FF 0%, #FFFFFF 75%, #4040FF 100%);
--poll-third-bar: linear-gradient(0deg, #FF0000 0%, #FFFFFF 75%, #FF4040 100%);
--bar-bgcolor: #ffffff;
--input-bg: #ffffff;