starshard/peafowl
Template
1
Fork 0
mirror of https://github.com/starshardstudio/peafowl.git synced 2025-03-13 12:07:38 +00:00

Move css below

This commit is contained in:
Steffo 2025-01-02 03:50:03 +01:00
parent a663464fb4
commit 79ec2c2eee
Signed by: steffo
GPG key ID: 5ADA3868646C3FC0

View file

@ -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 {