mirror of
https://github.com/wahyd4/gitlabhq.git
synced 2026-08-19 01:26:08 +10:00
Get rid of black logo
This commit is contained in:
Binary file not shown.
|
Before Width: | Height: | Size: 3.8 KiB |
@@ -10,8 +10,15 @@
|
||||
background: #F1F1F1;
|
||||
border-bottom: 1px solid #DDD;
|
||||
|
||||
.app_logo {
|
||||
background-color: #DDD;
|
||||
.title {
|
||||
color: #555;
|
||||
|
||||
a {
|
||||
color: #555;
|
||||
&:hover {
|
||||
text-decoration: underline;
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
.nav > li > a {
|
||||
|
||||
@@ -16,10 +16,6 @@ module AppearancesHelper
|
||||
end
|
||||
|
||||
def brand_header_logo
|
||||
if theme_type == 'light_theme'
|
||||
image_tag 'logo-black.png'
|
||||
else
|
||||
image_tag 'logo-white.png'
|
||||
end
|
||||
image_tag 'logo-white.png'
|
||||
end
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user