add btn--danger

This commit is contained in:
Felix Niklas 2014-09-25 13:51:33 +02:00
parent a6fb7a6e3b
commit 6cb02eecec

View file

@ -1425,6 +1425,13 @@ footer {
background: hsl(145,51%,45%);
}
.btn--danger,
.btn--danger:hover,
.btn--danger:focus {
color: white;
background: hsl(0,65%,55%);
}
.navigation {
width: 260px;
background: #26272e;