Update button style

This commit is contained in:
d3vyce 2022-08-25 09:17:11 +02:00
parent 0b1ea63abc
commit 1fd695350f

View File

@ -55,11 +55,12 @@ a:hover {
/* Button */
.btn {
border-radius: 30px;
border-width: 2px;
font-size: 20px;
font-weight: 500;
overflow: hidden;
border-color: var(--accent);
background-color: var(--accent);
background-color: rgba(216, 126, 39, 0.40);
color: white;
}