Skip to content

Commit 2e5558f

Browse files
authored
Merge pull request #3278 from AtCoder-NoviSteps/#3277
chore: Update button colors (#3277)
2 parents 8c461c4 + 9722a78 commit 2e5558f

File tree

1 file changed

+2
-6
lines changed

1 file changed

+2
-6
lines changed

src/routes/+page.svelte

Lines changed: 2 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -44,12 +44,8 @@
4444

4545
<div class="flex flex-wrap justify-center items-center">
4646
<Button href={WORKBOOKS_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">問題集へ</Button>
47-
<Button outline href={PROBLEMS_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">一覧表へ</Button>
48-
<Button
49-
color="alternative"
50-
href={ABOUT_PAGE}
51-
class="w-full sm:w-5/6 md:w-1/3 m-2 dark:hover:bg-gray-700"
52-
>
47+
<Button href={PROBLEMS_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">一覧表へ</Button>
48+
<Button outline href={ABOUT_PAGE} class="w-full sm:w-5/6 md:w-1/3 m-2">
5349
使い方を見る
5450
<ArrowRight class="w-4 h-4 ml-2" />
5551
</Button>

0 commit comments

Comments
 (0)