mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Fix arcade shop link colors
This commit is contained in:
parent
a35c5d215e
commit
2fb987fe6a
1 changed files with 5 additions and 1 deletions
|
|
@ -18,7 +18,11 @@ const styled = `
|
|||
body {
|
||||
background-color: #FAEFD6;
|
||||
}
|
||||
`;
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
`
|
||||
|
||||
export default function ShopComponent({
|
||||
availableItems,
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue