mirror of
https://github.com/System-End/site.git
synced 2026-04-19 19:45:07 +00:00
Merge pull request #1247 from samdev-7/main
Fix arcade shop link colors
This commit is contained in:
commit
9262b6b887
1 changed files with 4 additions and 0 deletions
|
|
@ -18,6 +18,10 @@ const styled = `
|
|||
body {
|
||||
background-color: #FAEFD6;
|
||||
}
|
||||
|
||||
a {
|
||||
color: inherit;
|
||||
}
|
||||
`;
|
||||
|
||||
export default function ShopComponent({
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue