Newer
Older
align-items: center;
border-radius: 90px;
color: var(--accent);
justify-content: center;
background-color: white;
transition: background-color ease-in-out .07s;
&:hover {background-color: #EFEFEF; text-decoration: none;}
background-color: var(--accent);
&:hover {background-color: #FF5961;}
&:active {background-color: #CC474E;}
}
&.border {
border: 3px solid white;
}