input[type="submit"].blogbutton {
border-radius: 3px;
- background: #9ec53c !important;
+ background: #3EAE4A !important;
color: #FFFFFF;
- border: 2px solid #9ec53c;
+ border: 2px solid #3EAE4A;
font-weight: bold;
font-size: 13px;
padding: 2px 5px;
background-position: center; }
#blog-posts-over h2 {
- font-size: 22px; }
+ font-size: 22px;
+ color: #2c296d !important; }
+ #blog-posts-over h2 a {
+ color: #2c296d !important; }
+ #blog-posts-over h2 a:hover {
+ text-decoration: underline; }
.pf-content p {
margin-bottom: 0px; }
#blog-posts-over .search-result-container .entry-header .entry-title a {
text-decoration: underline;
font-size: 1.5rem;
- color: #57B649; }
+ color: #3EAE4A; }
#blog-posts-over .search-result-container .entry-header .entry-title {
margin-bottom: -5px; }
}
input[type="submit"].blogbutton {
border-radius: 3px;
- background: rgb(158, 197, 60) !important;
+ background: #3EAE4A !important;
color: $white;
- border: 2px solid rgb(158, 197, 60);
+ border: 2px solid #3EAE4A;
font-weight: bold;
font-size: 13px;
padding: 2px 5px;
}
#blog-posts-over h2{
font-size: 22px;
+ color: #2c296d !important;
+ & a{
+ color: #2c296d !important;
+ &:hover{
+ text-decoration: underline;
+ }
+ }
}
.pf-content p{
margin-bottom: 0px;
#blog-posts-over .search-result-container .entry-header .entry-title a{
text-decoration: underline;
font-size: 1.5rem;
- color: #57B649;
+ color: #3EAE4A;
}
#blog-posts-over .search-result-container .entry-header .entry-title{
margin-bottom: -5px;