color adjustments #19
@ -147,7 +147,7 @@
|
||||
width: auto;
|
||||
padding: 10px 15px;
|
||||
border-radius: 10px;
|
||||
color: rgba(255, 255, 255, 0.25);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
text-decoration: unset;
|
||||
font-weight: bold;
|
||||
transform: scale(1);
|
||||
@ -158,7 +158,7 @@
|
||||
|
||||
&:hover {
|
||||
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);
|
||||
text-decoration: unset;
|
||||
|
||||
@ -184,9 +184,9 @@
|
||||
left: 0;
|
||||
background: linear-gradient(
|
||||
to top right,
|
||||
#262626,
|
||||
#292929,
|
||||
#262626
|
||||
#343434,
|
||||
#292929
|
||||
);
|
||||
z-index: -1;
|
||||
border-radius: 10px;
|
||||
@ -208,7 +208,7 @@
|
||||
height: auto;
|
||||
width: auto;
|
||||
border-radius: 10px;
|
||||
color: rgba(255, 255, 255, 0.25);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
text-decoration: unset;
|
||||
font-weight: bold;
|
||||
transform: scale(1);
|
||||
@ -263,13 +263,13 @@
|
||||
.NavMainBottomInsideLink {
|
||||
transition: ease 0.4s;
|
||||
text-decoration: unset;
|
||||
color: rgba(255, 255, 255, 0.25);
|
||||
color: rgba(255, 255, 255, 0.5);
|
||||
font-weight: bold;
|
||||
padding: 5px 15px;
|
||||
|
||||
&:hover {
|
||||
transition: ease 0.4s;
|
||||
color: rgba(255, 255, 255, 0.75);
|
||||
color: rgba(255, 255, 255, 0.85);
|
||||
text-decoration: unset;
|
||||
}
|
||||
|
||||
|
@ -535,7 +535,7 @@ a {
|
||||
}
|
||||
|
||||
a:hover {
|
||||
color: rgba(255, 115, 255, 0.75);
|
||||
color: rgba(255, 115, 255, 0.85);
|
||||
text-decoration: underline;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user