Skip to content

Commit 258c692

Browse files
committed
fix: color for the community page buttons
1 parent 847a928 commit 258c692

1 file changed

Lines changed: 17 additions & 17 deletions

File tree

community.html

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -37,11 +37,11 @@
3737
<div class="container mx-auto px-4 sm:px-6 lg:px-8 xl:px-12">
3838
<div class="flex items-center justify-center space-x-2 sm:space-x-4 md:space-x-6 lg:space-x-8 py-4">
3939
<a href="index.html"
40-
class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-700 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-zinc-300 dark:border-zinc-600">BalatroBench</a>
40+
class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-600 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-zinc-300 dark:border-zinc-600">BalatroBench</a>
4141
<a href="community.html" aria-current="page"
42-
class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 bg-zinc-100 text-zinc-700 dark:bg-zinc-700 dark:text-white rounded-lg font-medium text-sm transition-all border-2 border-zinc-300 dark:border-zinc-600">Community</a>
42+
class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 bg-zinc-100 text-zinc-600 dark:bg-zinc-700 dark:text-white rounded-lg font-medium text-sm transition-all border-2 border-zinc-300 dark:border-zinc-600">Community</a>
4343
<a href="about.html"
44-
class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-700 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-zinc-300 dark:border-zinc-600">About</a>
44+
class="inline-flex items-center justify-center h-10 w-28 sm:w-32 md:w-36 lg:w-40 px-3 sm:px-4 md:px-5 lg:px-6 text-zinc-500 hover:text-zinc-600 hover:bg-zinc-50 dark:text-zinc-400 hover:dark:text-zinc-200 hover:dark:bg-zinc-700/50 rounded-lg font-medium text-sm transition-all border border-zinc-300 dark:border-zinc-600">About</a>
4545
</div>
4646
</div>
4747
</nav>
@@ -50,13 +50,13 @@
5050
<div class="container mx-auto px-4 mt-12">
5151
<div class="flex flex-row justify-center items-center gap-4">
5252
<a href="https://discord.gg/SBaRyVDmFg" target="_blank" rel="noopener"
53-
class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-700 hover:text-zinc-900 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2">
53+
class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-600 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white dark:hover:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2">
5454
<svg fill="currentColor" class="w-5 h-5">
5555
<use href="icons.svg#icon-discord"></use>
5656
</svg>
5757
</a>
5858
<a href="https://coder.github.io/balatrollm/strategies/" target="_blank" rel="noopener"
59-
class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-700 hover:text-zinc-900 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2">
59+
class="px-6 py-3 bg-zinc-100 hover:bg-zinc-50 text-zinc-600 dark:bg-zinc-700 dark:hover:bg-zinc-600 dark:text-white dark:hover:text-white font-semibold text-sm rounded-lg shadow-md hover:shadow-lg dark:shadow-xl ring-1 ring-zinc-300 dark:ring-white/10 transition-colors inline-flex items-center space-x-2">
6060
<span>Contribute Your Strategy</span>
6161
<svg fill="currentColor" class="w-4 h-4">
6262
<use href="icons.svg#icon-arrow-top-right"></use>
@@ -75,21 +75,21 @@
7575
<tr class="border-b border-zinc-200 dark:border-zinc-600">
7676
<!-- Rank Section -->
7777
<th scope="col"
78-
class="px-4 py-3 text-left text-sm font-semibold text-zinc-700 dark:text-zinc-300 border-r-2 border-zinc-300 dark:border-zinc-600">
78+
class="px-4 py-3 text-left text-sm font-semibold text-zinc-600 dark:text-zinc-300 border-r-2 border-zinc-300 dark:border-zinc-600">
7979
#</th>
8080
<!-- Strategy Section -->
81-
<th scope="col" class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300">
81+
<th scope="col" class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300">
8282
Strategy</th>
8383
<th scope="col"
84-
class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden xl:table-cell">
84+
class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden xl:table-cell">
8585
Author</th>
8686
<!-- Stats Section -->
8787
<th scope="col" aria-label="Average final round"
88-
class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 border-l-2 border-zinc-300 dark:border-zinc-600">
88+
class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 border-l-2 border-zinc-300 dark:border-zinc-600">
8989
Round</th>
9090
<!-- Tool Calls Section -->
9191
<th scope="col" aria-label="Valid tool calls executable in state"
92-
class="px-3 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden sm:table-cell border-l-2 border-zinc-300 dark:border-zinc-600">
92+
class="px-3 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden sm:table-cell border-l-2 border-zinc-300 dark:border-zinc-600">
9393
<div class="flex items-center justify-center space-x-1">
9494
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"
9595
class="w-4 h-4 text-green-600 dark:text-green-400">
@@ -107,7 +107,7 @@
107107
</div>
108108
</th>
109109
<th scope="col" aria-label="Valid tool calls not executable in state"
110-
class="px-3 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden sm:table-cell">
110+
class="px-3 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden sm:table-cell">
111111
<div class="flex items-center justify-center space-x-1">
112112
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"
113113
class="w-4 h-4 text-yellow-500 dark:text-yellow-400">
@@ -125,7 +125,7 @@
125125
</div>
126126
</th>
127127
<th scope="col" aria-label="Responses without valid tool calls"
128-
class="px-3 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden sm:table-cell">
128+
class="px-3 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden sm:table-cell">
129129
<div class="flex items-center justify-center space-x-1">
130130
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor"
131131
class="w-4 h-4 text-red-600 dark:text-red-400">
@@ -144,7 +144,7 @@
144144
</th>
145145
<!-- Tokens Section -->
146146
<th scope="col" aria-label="Average input tokens"
147-
class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden lg:table-cell border-l-2 border-zinc-300 dark:border-zinc-600">
147+
class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden lg:table-cell border-l-2 border-zinc-300 dark:border-zinc-600">
148148
<div class="flex items-center justify-center space-x-1">
149149
<span>In</span>
150150
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4">
@@ -165,7 +165,7 @@
165165
</div>
166166
</th>
167167
<th scope="col" aria-label="Average output tokens"
168-
class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden lg:table-cell">
168+
class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden lg:table-cell">
169169
<div class="flex items-center justify-center space-x-1">
170170
<span>Out</span>
171171
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4">
@@ -187,7 +187,7 @@
187187
</th>
188188
<!-- Performance Section -->
189189
<th scope="col" aria-label="Average time per tool call"
190-
class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden md:table-cell border-l-2 border-zinc-300 dark:border-zinc-600">
190+
class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden md:table-cell border-l-2 border-zinc-300 dark:border-zinc-600">
191191
<div class="flex items-center justify-center space-x-1">
192192
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4">
193193
<path fill-rule="evenodd"
@@ -206,7 +206,7 @@
206206
</div>
207207
</th>
208208
<th scope="col" aria-label="Average cost per tool call"
209-
class="px-4 py-3 text-center text-sm font-semibold text-zinc-700 dark:text-zinc-300 hidden md:table-cell">
209+
class="px-4 py-3 text-center text-sm font-semibold text-zinc-600 dark:text-zinc-300 hidden md:table-cell">
210210
<div class="flex items-center justify-center space-x-1">
211211
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 16 16" fill="currentColor" class="w-4 h-4">
212212
<path
@@ -237,7 +237,7 @@
237237
<!-- Version selector: autogenerated from manifest -->
238238
<div class="flex justify-center mt-8">
239239
<select id="version-select"
240-
class="text-sm bg-transparent text-zinc-400 dark:text-zinc-500 border border-zinc-300 dark:border-zinc-600 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:text-zinc-700 dark:focus:text-zinc-200 appearance-none text-center font-mono">
240+
class="text-sm bg-transparent text-zinc-400 dark:text-zinc-500 border border-zinc-300 dark:border-zinc-600 rounded-md px-3 py-2 focus:outline-none focus:ring-2 focus:ring-blue-500 focus:text-zinc-600 dark:focus:text-zinc-200 appearance-none text-center font-mono">
241241
</select>
242242
</div>
243243
</div>

0 commit comments

Comments
 (0)