Skip to content

Commit

Permalink
Update source
Browse files Browse the repository at this point in the history
  • Loading branch information
CapnKitten committed Nov 22, 2024
1 parent 427dc88 commit ac4976a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions Themes/Material-Discord/src/messages/_polls.scss
Original file line number Diff line number Diff line change
Expand Up @@ -70,3 +70,13 @@
fill: hsl(var(--accent-hsl--material-you));
}
}

%pollEndedContainer {
background-color: var(--attachment-color);
border-radius: var(--media-radius);

%pollEndedImageContainer {
background-color: var(--card-color-active);
border-radius: calc(var(--media-radius) - 4px);
}
}

0 comments on commit ac4976a

Please sign in to comment.