Skip to content
- Choosing a selection results in a full page refresh.
- Opens in a new window.
.section-blog button.button:hover {
background-color: #ffffff !important; /* white on hover */
color:rgb(22, 21, 20) !important; /* salmon text */
border: 2px solid #FF6F61 !important;
}
.section-blog button.button {
transition: all 0.3s ease-in-out;
}