style .btn as blue text with gray border
This commit is contained in:
parent
2aca32b41c
commit
700775abe4
1 changed files with 2 additions and 1 deletions
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue