color adjustment
All checks were successful
Release to Staging / build_and_release (push) Successful in 40s

This commit is contained in:
freakoverse 2024-08-21 05:10:00 +00:00
parent d83f19b1ca
commit 837be77d9c

View File

@ -147,7 +147,7 @@
width: auto; width: auto;
padding: 10px 15px; padding: 10px 15px;
border-radius: 10px; border-radius: 10px;
color: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.5);
text-decoration: unset; text-decoration: unset;
font-weight: bold; font-weight: bold;
transform: scale(1); transform: scale(1);
@ -158,7 +158,7 @@
&:hover { &:hover {
transition: ease 0.4s; transition: ease 0.4s;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.85);
box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.1); box-shadow: 0 0 8px 0 rgb(0, 0, 0, 0.1);
text-decoration: unset; text-decoration: unset;
@ -208,7 +208,7 @@
height: auto; height: auto;
width: auto; width: auto;
border-radius: 10px; border-radius: 10px;
color: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.5);
text-decoration: unset; text-decoration: unset;
font-weight: bold; font-weight: bold;
transform: scale(1); transform: scale(1);
@ -263,13 +263,13 @@
.NavMainBottomInsideLink { .NavMainBottomInsideLink {
transition: ease 0.4s; transition: ease 0.4s;
text-decoration: unset; text-decoration: unset;
color: rgba(255, 255, 255, 0.25); color: rgba(255, 255, 255, 0.5);
font-weight: bold; font-weight: bold;
padding: 5px 15px; padding: 5px 15px;
&:hover { &:hover {
transition: ease 0.4s; transition: ease 0.4s;
color: rgba(255, 255, 255, 0.75); color: rgba(255, 255, 255, 0.85);
text-decoration: unset; text-decoration: unset;
} }