Link adjustments

This commit is contained in:
Thomas Smith 2023-01-23 16:35:22 -05:00
parent dc582d818c
commit 25276b1e04
2 changed files with 4 additions and 4 deletions

View file

@ -30,7 +30,7 @@
text-align: center; text-align: center;
border:none; border:none;
text-decoration: none; text-decoration: none;
color: rgb(255, 255, 255); color: rgb(225, 225, 225);
white-space: nowrap; white-space: nowrap;
z-index: 0; z-index: 0;
} }
@ -45,7 +45,7 @@
position: absolute; position: absolute;
content: ""; content: "";
background: rgb(91, 0, 184); background: rgb(91, 0, 184);
transition-duration: 0.3s; transition-duration: 0.2s;
z-index: -1; z-index: -1;
inset: 0px auto auto 0px; inset: 0px auto auto 0px;
width: 0px; width: 0px;
@ -70,7 +70,7 @@
</style> </style>
</ul> </ul>
<a href="#" class="ms-3"> <a href="https://github.com/teaxyz/cli" class="ms-3">
<button class="hbtn hb-fill-right">INSTALL TEA (<span class="release" style="text-transform: lowercase;"></span>)</button> <button class="hbtn hb-fill-right">INSTALL TEA (<span class="release" style="text-transform: lowercase;"></span>)</button>
</a> </a>

View file

@ -62,7 +62,7 @@ a{
a:hover{ a:hover{
color: #00ffd0; color: #00ffd0;
text-decoration: underline; text-decoration: none !important;
} }
/* Breakpoint-Specific Typography */ /* Breakpoint-Specific Typography */