use svg for logo so it looks god on retina display

This commit is contained in:
Ryan X. Charles 2014-04-29 18:25:41 -04:00 committed by Matias Alejo Garcia
commit 60b49fee1b

View file

@ -38,7 +38,8 @@ body {
}
.logo {
background: transparent url('../img/logo-negative.png');
background: transparent url('../img/logo-negative.svg');
background-size: 131px 51px;
}
.top-bar-section li:not(.has-form) a:not(.button) {