pycontw / pycon.tw

PyCon TW Proposal System & Backend Server
https://tw.pycon.org/prs
MIT License
95 stars 107 forks source link

fix: add font color to show the count on the review voting panel #1070

Closed linooohon closed 2 years ago

linooohon commented 2 years ago

Types of changes

Description

As mentioned in this issue #1069, can't see counts on the panel, because of the font color. I give it with color #000 for now.

Steps to Test This Pull Request

Steps to reproduce the behavior:

  1. Make some fake data on proposals and do the review.
  2. Go to http://0.0.0.0:8000/zh-hant/reviews/.

Expected behavior

The numbers should appear in the panel.

Screen Shot 2022-04-10 at 10 31 33 PM

Related Issue

1069