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;
}