Switch font back to arial

This commit is contained in:
Ajay 2022-03-16 12:30:35 -04:00
parent 38ab10a191
commit 340127a7f3

View file

@ -82,6 +82,10 @@
* <details> wrapper around each segment
*/
.votingButtons {
font-family: Arial, Helvetica, sans-serif;
}
.votingButtons[open] {
padding-bottom: 5px;
}