JeffreyWay / Laracasts-Bugs

Exclusively for user-submitted bugs and errors at laracasts.com
9 stars 0 forks source link

Focused button styling - 'Sign up' or start browsing #66

Closed wing5wong closed 5 years ago

wing5wong commented 10 years ago

use tab to navigate through your links until you hit the sign up, or start browsing buttons. they have a brownish background and dark gray text - doesn seem to match your hover states, and is hard to read.

i assume you would like it the same as your hover styles, in which case you just need to set the color and border

.btn-transparent:hover, .btn-transparent:focus {
border: 1px solid rgba(232,74,26,0.9);
color: #fff;
}