14 行
225 B
CSS

a.btn {
text-decoration: none;
color: white !important;
border-radius: .5rem;
padding: .375rem 1.75rem;
font-size: 1.1rem;
}
a.btn:active {
color: white !important;
}
.btn-primary {
background-color: #318ffb;
}