update light theme
All checks were successful
Deploy App / docker (ubuntu-latest) (push) Successful in 55s

This commit is contained in:
Lee 2024-04-16 21:27:35 +01:00
parent f00d6d8ba4
commit ed7d22fe32
3 changed files with 3 additions and 3 deletions

@ -12,7 +12,7 @@
--popover-foreground: 240 10% 3.9%;
--primary: 142.1 76.2% 36.3%;
--primary-foreground: 355.7 100% 97.3%;
--secondary: 240 4.8% 95.9%;
--secondary: 210 10% 96%;
--secondary-foreground: 240 5.9% 10%;
--muted: 240 4.8% 95.9%;
--muted-foreground: 240 3.8% 46.1%;

@ -72,7 +72,7 @@ export default async function Page({ params }: Params): Promise<JSX.Element> {
<div className="flex flex-col gap-2">
<div>
<h2 className="text-xl">{player.username}</h2>
<p className="text-gray-300">{player.uniqueId}</p>
<p className="text-primary">{player.uniqueId}</p>
</div>
<div className="flex flex-col gap-2">

@ -94,7 +94,7 @@ export default async function Page({ params: { platform, hostname } }: Params):
<div className="flex flex-col">
<h2 className="text-xl">{server.hostname}</h2>
<div className="text-gray-300">
<div className="text-primary">
<p>
Players online: {server.players.online}/{server.players.max}
</p>