adjust .btn color to input color
This commit is contained in:
parent
08bbc822f3
commit
e8605c7659
1 changed files with 1 additions and 1 deletions
|
@ -309,7 +309,7 @@ pre code.hljs {
|
||||||
display: inline-block;
|
display: inline-block;
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
padding: 10px 24px 9px;
|
padding: 10px 24px 9px;
|
||||||
color: hsl(0,0%,20%);
|
color: hsl(0,0%,33%);
|
||||||
background: white;
|
background: white;
|
||||||
border: 1px solid rgba(0,0,0,.1);
|
border: 1px solid rgba(0,0,0,.1);
|
||||||
outline: none !important;
|
outline: none !important;
|
||||||
|
|
Loading…
Reference in a new issue