7 lines
98 B
CSS
7 lines
98 B
CSS
.btn.btn-primary {
|
|
color: white;
|
|
background-color: black;
|
|
border: none;
|
|
border-radius: 4px;
|
|
}
|