Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
Liao-Chun-Ming committed Jul 15, 2024
1 parent e8c5f5e commit 83ce296
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/views/ColorGame.vue
Original file line number Diff line number Diff line change
Expand Up @@ -209,7 +209,7 @@ export default{
<template>
<main class="w-full min-h-screen bg-gradient-to-b from-[#FFF9D0] via-[#A0DEFF] to-[#5AB2FF]">
<div>
<h1 class="text-center text-[55px] sm:text-[80px] bg-gradient-to-b from-[#ec2f4b] via-[#f5af19] to-[#009fff] text-transparent bg-clip-text">Color Game change</h1>
<h1 class="text-center text-[55px] sm:text-[80px] bg-gradient-to-b from-[#ec2f4b] via-[#f5af19] to-[#009fff] text-transparent bg-clip-text">Color Game</h1>
<div class="flex items-center justify-center gap-3">
<div class="flex items-center gap-3">
<div class="text-xl">Time left: <span>{{ timeleft }}</span>s</div>
Expand Down

0 comments on commit 83ce296

Please sign in to comment.