mirror of
https://github.com/NohamR/lanyard-profile-readme.git
synced 2026-05-26 13:41:32 +00:00
Feat: Darker btn
This commit is contained in:
@@ -158,11 +158,14 @@ const Copy = styled.button`
|
|||||||
color: #aaabaf;
|
color: #aaabaf;
|
||||||
backdrop-filter: blur(50px);
|
backdrop-filter: blur(50px);
|
||||||
box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
|
box-shadow: 0px 3px 15px rgba(0, 0, 0, 0.2);
|
||||||
background: rgb(0, 0, 0, 0.1);
|
background: #191d28;
|
||||||
transition: background ease-in-out 0.2s;
|
transition: background ease-in-out 0.2s;
|
||||||
|
|
||||||
&:hover {
|
&:hover {
|
||||||
background: rgb(0, 0, 0, 0.4);
|
background: #11151f;
|
||||||
|
}
|
||||||
|
&:active {
|
||||||
|
background: #0c0d13;
|
||||||
}
|
}
|
||||||
`;
|
`;
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user