style .btn as blue text with gray border

This commit is contained in:
Felix Niklas 2014-10-08 15:21:39 +02:00
parent 2aca32b41c
commit 700775abe4

View file

@ -1554,8 +1554,9 @@ footer {
.btn:focus {
font-size: 14px;
padding: 10px 24px 9px;
color: #2c2d36;
color: hsl(202,68%,54%);
background: white;
border-color: rgba(0,0,0,.1);
outline: none;
}