diff --git a/_static/styles/base.css b/_static/styles/base.css index 93b92c5..3e2abc8 100644 --- a/_static/styles/base.css +++ b/_static/styles/base.css @@ -286,13 +286,6 @@ tbody th { font-weight: 700; } -td.review-rating, td.game-progress, td.anime-progress { - border-bottom: 0; - - font-family: var(--font-title), serif; - font-weight: 700; -} - td.rating-unset { background-color: var(--color-unset); color: var(--color-unset-over); @@ -366,6 +359,11 @@ td.review-rating, td.game-progress, td.anime-progress { min-width: 38px; min-height: 38px; text-align: center; + + border-bottom: 0; + + font-family: var(--font-title), serif; + font-weight: 700; } td.review-date {