Improve frontpage install code

This commit is contained in:
Paulus Schoutsen 2015-10-28 23:44:38 -07:00
parent 484d49b557
commit e55cbcb6ed
2 changed files with 7 additions and 3 deletions

View file

@ -16,14 +16,18 @@
}
.front-install {
border: none;
font-size: 1em;
background-color: #333;
margin-bottom: 16px;
display: inline-block;
padding: 8px;
color: #DDD;
.sh {
div:before {
content: '$';
color: #c82829;
margin-right: 6px;
}
}
}