Compare commits

..

No commits in common. "3f873c410cdb94c8934cb185e41ac7d880b15da7" and "a89a9582fd7badd1ecd6acb9eca0363cb842efd3" have entirely different histories.

2 changed files with 8 additions and 8 deletions

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.5); color: rgba(255, 255, 255, 0.25);
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.85); color: rgba(255, 255, 255, 0.75);
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;
@ -184,9 +184,9 @@
left: 0; left: 0;
background: linear-gradient( background: linear-gradient(
to top right, to top right,
#262626,
#292929, #292929,
#343434, #262626
#292929
); );
z-index: -1; z-index: -1;
border-radius: 10px; border-radius: 10px;
@ -208,7 +208,7 @@
height: auto; height: auto;
width: auto; width: auto;
border-radius: 10px; border-radius: 10px;
color: rgba(255, 255, 255, 0.5); color: rgba(255, 255, 255, 0.25);
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.5); color: rgba(255, 255, 255, 0.25);
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.85); color: rgba(255, 255, 255, 0.75);
text-decoration: unset; text-decoration: unset;
} }

View File

@ -535,7 +535,7 @@ a {
} }
a:hover { a:hover {
color: rgba(255, 115, 255, 0.85); color: rgba(255, 115, 255, 0.75);
text-decoration: underline; text-decoration: underline;
} }