remove shadow in hover of button.

This commit is contained in:
Fabiano Alencar 2018-04-18 14:25:34 -03:00
parent c9d316b937
commit 9ed2a6c6be
2 changed files with 3 additions and 3 deletions

View File

@ -30,7 +30,7 @@
color: inherit;
}
}
.blog-read{
/* .blog-read{
color: #fff;
background-color: #298596;
border-color: #298596;
@ -40,7 +40,7 @@
border-color: #298596;
box-shadow: 0 4px 9px 0 #0000006b, 0 5px 15px 0 #0000006b;
}
}
} */
}
}
}

View File

@ -10,7 +10,7 @@
</h3>
<?php echo '<p class="text-oslo-gray">'.wp_trim_words( get_the_content(), 35, '...' ).'</p>'; ?>
<p>by <?php the_author_posts_link(); ?>, <?php the_time(); ?></p>
<a href="<?php the_permalink(); ?>" class="btn btn-primary blog-read float-right">Read more</a>
<a href="<?php the_permalink(); ?>" class="btn btn-jelly-bean float-right">Read more</a>
</div>
</div>