React server side rendering of home page

This commit is contained in:
Jonathan Cremin 2014-12-14 00:23:15 +00:00
parent 4bfdf0dc45
commit 08e0aa7665
5 changed files with 210 additions and 8 deletions

View file

@ -100,7 +100,7 @@ h3 {
.btn-custom {
background-color: #FE4365;
}
.btn-custom, .btn-custom:active, .btn-custom:hover {
.btn-custom, .btn-custom:active, .btn-custom:hover, .btn-custom:focus {
color: #fff;
}