Fix topbar background when logged in and on repo page
This commit is contained in:
parent
13b9f3f6f2
commit
8274e23b34
|
@ -22,7 +22,8 @@
|
||||||
max-width: 1024px
|
max-width: 1024px
|
||||||
|
|
||||||
.wrapper.centered #top,
|
.wrapper.centered #top,
|
||||||
.wrapper.centered .topbar
|
.wrapper.centered .topbar,
|
||||||
|
.wrapper.non-centered .topbar
|
||||||
background-color: #eff0ec
|
background-color: #eff0ec
|
||||||
|
|
||||||
#landing
|
#landing
|
||||||
|
|
|
@ -214,5 +214,5 @@ $db-text-color: #ACAAAA
|
||||||
h2, h3, p, button, .db-status
|
h2, h3, p, button, .db-status
|
||||||
opacity: .7
|
opacity: .7
|
||||||
|
|
||||||
.topbar
|
.dashboard .topbar
|
||||||
background-color: none !important
|
background-color: transparent !important
|
||||||
|
|
Loading…
Reference in New Issue
Block a user