From 79ec2c2eeec59472d5edc06155b94c5180175894 Mon Sep 17 00:00:00 2001 From: Stefano Pigozzi <me@steffo.eu> Date: Thu, 2 Jan 2025 03:50:03 +0100 Subject: [PATCH] Move css below --- _static/styles/base.css | 12 +++++------- 1 file changed, 5 insertions(+), 7 deletions(-) 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 {