Match the create button style on the landing page to the other headings

This commit is contained in:
Joseph Schorr 2014-07-07 17:12:55 -04:00
parent 13de458320
commit ff4efa481a

View file

@ -1359,12 +1359,14 @@ i.toggle-icon:hover {
}
.landing .header-bar .user-tools i {
padding: 4px;
margin-top: 0px;
padding: 12px;
border-radius: 4px;
color: white !important;
}
.landing .header-bar .user-tools i:hover {
background: rgba(255, 255, 255, 0.4) !important;
background: rgba(255, 255, 255, 0.2) !important;
}
.landing .navbar-links a {