feat: Add 'Would Play' and 'Would Not Play' buttons to game list items and update button styling.
This commit is contained in:
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user