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
parent 3ab70993cc
commit 8dbaea557b
1 changed files with 2 additions and 1 deletions

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) {