mirror of
https://github.com/ivabus/www
synced 2024-11-22 14:25:06 +03:00
Link adjustments
This commit is contained in:
parent
dc582d818c
commit
25276b1e04
2 changed files with 4 additions and 4 deletions
|
@ -30,7 +30,7 @@
|
|||
text-align: center;
|
||||
border:none;
|
||||
text-decoration: none;
|
||||
color: rgb(255, 255, 255);
|
||||
color: rgb(225, 225, 225);
|
||||
white-space: nowrap;
|
||||
z-index: 0;
|
||||
}
|
||||
|
@ -45,7 +45,7 @@
|
|||
position: absolute;
|
||||
content: "";
|
||||
background: rgb(91, 0, 184);
|
||||
transition-duration: 0.3s;
|
||||
transition-duration: 0.2s;
|
||||
z-index: -1;
|
||||
inset: 0px auto auto 0px;
|
||||
width: 0px;
|
||||
|
@ -70,7 +70,7 @@
|
|||
</style>
|
||||
|
||||
</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>
|
||||
</a>
|
||||
|
||||
|
|
|
@ -62,7 +62,7 @@ a{
|
|||
|
||||
a:hover{
|
||||
color: #00ffd0;
|
||||
text-decoration: underline;
|
||||
text-decoration: none !important;
|
||||
}
|
||||
|
||||
/* Breakpoint-Specific Typography */
|
||||
|
|
Loading…
Reference in a new issue