style tea button (#520)

This commit is contained in:
ABevier 2023-04-27 19:14:17 -04:00 committed by GitHub
parent d1facff675
commit 3e852e0289
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -17,8 +17,8 @@
>
<ul class="text-gray flex h-10 gap-1 pl-20 align-middle items-center leading-10">
<a href="/?tab=all">
<div class="home-btn w-12 text-center text-2xl transition-all">
<i class="icon-tea-logo-iconasset-1 transition-all" />
<div class="home-btn w-12 text-center text-2xl">
<i class="icon-tea-logo-iconasset-1" />
</div>
</a>
<p class="text-gray px-2">beta</p>
@ -71,10 +71,16 @@
background-image: url("/images/gradient-bg.png");
color: #222222;
}
.home-btn:hover {
color: white;
}
.home-btn:active {
color: #222222;
border: 2px solid #222222
}
p {
font-size: 10px;
}