feat: Add 'Would Play' and 'Would Not Play' buttons to game list items and update button styling.

This commit is contained in:
2025-12-04 21:27:27 +01:00
parent 03de073692
commit e63f1a45cf
3 changed files with 85 additions and 23 deletions
+2 -2
View File
@@ -54,14 +54,14 @@ button {
font-size: 1em;
font-weight: 500;
font-family: inherit;
background-color: var(--accent-color);
background-color: var(--secondary-bg);
color: white;
cursor: pointer;
transition: background-color 0.25s, transform 0.1s;
}
button:hover {
background-color: #0b7dda;
background-color: var(--tertiary-bg);
}
button:active {