Skip to content

Commit 95de591

Browse files
committed
improve homepage style
1 parent 99193da commit 95de591

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

views/index.html

+4-3
Original file line numberDiff line numberDiff line change
@@ -10,18 +10,19 @@
1010
<body class="container mx-auto prose dark:prose-invert dark:bg-slate-900 pt-6 bg-white text-slate-900">
1111
<header>
1212
<nav class="mx-auto flex items-center justify-between">
13-
<strong>JSON Server (* ^ω^)</strong>
13+
<strong>JSON Server</strong>
1414
<div class="flex gap-x-6">
1515
<a href="https://github.com/typicode/json-server">
16-
<span class="ml-2">GitHub</span>
16+
<span class="ml-2">Docs</span>
1717
</a>
18-
<a href="https://github.com/sponsors/typicode">
18+
<a href="https://github.com/sponsors/typicode" class="text-red-500 font-semibold">
1919
<span class="ml-2">♡ Sponsor</span>
2020
</a>
2121
</div>
2222
</nav>
2323
</header>
2424
<main class="my-12">
25+
<p class="bg-gradient-to-r from-purple-500 via-pink-500 to-red-500 text-transparent bg-clip-text">✧*。٩(ˊᗜˋ*)و✧*。</p>
2526
<% if (Object.keys(it.data).length === 0) { %>
2627
<p>No resources found in JSON file</p>
2728
<% } %>

0 commit comments

Comments
 (0)