cvitae / style.css
Mariano90's picture
Add custom CSS for button and title styling
e253158 verified
raw
history blame contribute delete
153 Bytes
#boton-naranja button {
background-color: #F89651 !important;
color: white !important;
font-weight: bold;
}
#titulo {
font-size: 24px;
}