Update button style
This commit is contained in:
parent
0b1ea63abc
commit
1fd695350f
@ -55,11 +55,12 @@ a:hover {
|
|||||||
/* Button */
|
/* Button */
|
||||||
.btn {
|
.btn {
|
||||||
border-radius: 30px;
|
border-radius: 30px;
|
||||||
|
border-width: 2px;
|
||||||
font-size: 20px;
|
font-size: 20px;
|
||||||
font-weight: 500;
|
font-weight: 500;
|
||||||
overflow: hidden;
|
overflow: hidden;
|
||||||
border-color: var(--accent);
|
border-color: var(--accent);
|
||||||
background-color: var(--accent);
|
background-color: rgba(216, 126, 39, 0.40);
|
||||||
color: white;
|
color: white;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user