Fix topbar background when logged in and on repo page

This commit is contained in:
Piotr Sarnacki 2015-04-01 11:25:14 +02:00
parent 13b9f3f6f2
commit 8274e23b34
2 changed files with 4 additions and 3 deletions

View File

@ -22,7 +22,8 @@
max-width: 1024px
.wrapper.centered #top,
.wrapper.centered .topbar
.wrapper.centered .topbar,
.wrapper.non-centered .topbar
background-color: #eff0ec
#landing

View File

@ -214,5 +214,5 @@ $db-text-color: #ACAAAA
h2, h3, p, button, .db-status
opacity: .7
.topbar
background-color: none !important
.dashboard .topbar
background-color: transparent !important