prepare for dark logo

This commit is contained in:
Amolith 2019-05-28 19:08:04 -04:00
parent 3667f80e74
commit c016ed6fb1
Signed by: Amolith
GPG Key ID: 51FD40936DB0065B
1 changed files with 4 additions and 1 deletions

View File

@ -19,7 +19,7 @@ body {
width: 80%;
}
.logo {
background: url(../images/logo3.svg) no-repeat center;
background: url(../images/logo.svg) no-repeat center;
height: 135px;
background-size: 90px;
display:flex;
@ -103,6 +103,9 @@ body {
background-color: #323234;
color: #fff;
}
.logo {
background: url(../images/logo-dark.svg) no-repeat center;
}
.site-title {
color: #fff;
}