fix: book list rating

This commit is contained in:
Aaron Yarborough 2025-03-31 20:39:57 +01:00
parent 83b06a8176
commit 38cdbc7303
2 changed files with 2 additions and 3 deletions

View file

@ -1,6 +1,6 @@
{ {
"name": "www-aaronjy-me", "name": "www-aaronjy-me",
"version": "1.7.3.0", "version": "1.7.4.0",
"private": true, "private": true,
"type": "module", "type": "module",
"scripts": { "scripts": {

View file

@ -30,9 +30,8 @@
position: absolute; position: absolute;
right: 0.5rem; right: 0.5rem;
bottom: 0.5rem; bottom: 0.5rem;
background-color: var(--lt-color-gray-900); background-color: var(--light);
padding: 0.25rem 0.5rem; padding: 0.25rem 0.5rem;
color: var(--lt-color-gray-100);
border-radius: 0.25rem; border-radius: 0.25rem;
display: flex; display: flex;
flex-direction: row; flex-direction: row;