Skip to content

Commit 9d7dabb

Browse files
committed
Update css for mobile buttons
1 parent d24cdad commit 9d7dabb

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

layouts/partials/header.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -81,7 +81,7 @@
8181
</ul>
8282
<ul class="pt-6">
8383
<li class="mx-auto flex w-11/12 text-center"><a
84-
class="my-2 w-full rounded-md border border-redis-pen-600 bg-redis-yellow-500 py-3 text-black active:bg-redis-pen-800 active:text-white"
84+
class="my-2 w-full rounded-md border border-redis-pen-600 bg-redis-red-700 py-3 text-redis-white-200 font-sans font-bold active:bg-redis-pen-900 active:text-white"
8585
href="https://redis.io/try-free/">Try Redis</a></li>
8686
<li class="mx-auto flex w-11/12 text-center"><a
8787
class="my-2 w-full rounded-md border border-redis-pen-600 py-3 active:bg-redis-pen-800 active:text-white"

layouts/partials/header/products-mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ <h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">Tools</h2>
4848
<div class="pt-4">
4949
<h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">Get Redis</h2>
5050
<div class="flex text-center"><a
51-
class="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-mono font-normal active:bg-redis-pen-800 active:text-white"
51+
class="w-full rounded border border-redis-pen-600 bg-redis-red-700 py-4 text-redis-white-200 font-sans font-bold active:bg-redis-pen-900 active:text-white"
5252
href="https://redis.io/downloads/">Downloads</a></div>
5353
</div>
5454
</div>

layouts/partials/header/resources-mobile.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -51,7 +51,7 @@ <h2 class="pb-2 text-xs uppercase tracking-[2px] text-gray-400">Latest</h2>
5151
<div class="mb-4">
5252
<h2 class="mb-6 pb-2 text-xs uppercase tracking-[2px] text-gray-400">See how it works</h2>
5353
<div class="flex text-center"><a
54-
class="w-full rounded border border-redis-pen-600 bg-redis-yellow-500 py-4 font-mono font-normal active:bg-redis-pen-800 active:text-white"
54+
class="w-full rounded border border-redis-pen-600 bg-redis-red-700 py-4 text-redis-white-200 font-sans font-bold active:bg-redis-pen-900 active:text-white"
5555
href="https://redis.io/demo-center/">Visit Demo Center</a></div>
5656
</div>
5757
</div>

0 commit comments

Comments
 (0)