make default .btn white on dark blue

This commit is contained in:
Felix Niklas 2014-10-07 09:59:58 +02:00
parent dac4d69bee
commit 2dea2fc3be

View file

@ -1462,9 +1462,13 @@ footer {
width: 100px; width: 100px;
} }
.btn { .btn,
.btn:hover,
.btn:focus {
font-size: 14px; font-size: 14px;
padding: 9px 24px 8px; padding: 9px 24px 8px;
color: white;
background: hsl(234,10%,29%);
} }
.btn:active { .btn:active {