make default .btn white on dark blue
This commit is contained in:
parent
dac4d69bee
commit
2dea2fc3be
1 changed files with 5 additions and 1 deletions
|
@ -1462,9 +1462,13 @@ footer {
|
|||
width: 100px;
|
||||
}
|
||||
|
||||
.btn {
|
||||
.btn,
|
||||
.btn:hover,
|
||||
.btn:focus {
|
||||
font-size: 14px;
|
||||
padding: 9px 24px 8px;
|
||||
color: white;
|
||||
background: hsl(234,10%,29%);
|
||||
}
|
||||
|
||||
.btn:active {
|
||||
|
|
Loading…
Reference in a new issue