more fixes

This commit is contained in:
Henry Jameson 2024-02-13 02:27:53 +02:00
commit c16f1d4e35
12 changed files with 20 additions and 122 deletions

View file

@ -140,12 +140,7 @@
.result-fill {
height: 100%;
position: absolute;
color: $fallback--text;
color: var(--pollText, $fallback--text);
background-color: $fallback--lightBg;
background-color: var(--poll, $fallback--lightBg);
border-radius: $fallback--panelRadius;
border-radius: var(--panelRadius, $fallback--panelRadius);
border-radius: var(--roundness);
top: 0;
left: 0;
transition: width 0.5s;