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:
parent
a663464fb4
commit
79ec2c2eee
1 changed files with 5 additions and 7 deletions
|
@ -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 {
|
||||
|
|
Loading…
Add table
Reference in a new issue