Skip to content
Snippets Groups Projects
Commit 8e8372d5 authored by Dmitriy Zaporozhets's avatar Dmitriy Zaporozhets
Browse files

better logo images for header

parent 9c709be3
No related branches found
No related tags found
No related merge requests found
app/assets/images/logo-black.png

3.01 KiB

app/assets/images/logo-white.png

4.33 KiB

app/assets/images/logo_dark.png

2.53 KiB

app/assets/images/logo_white.png

1.88 KiB

Loading
Loading
@@ -45,7 +45,8 @@ header {
margin: 0 6px;
 
h1 {
background: url('logo_dark.png') no-repeat center 1px;
background: url('logo-black.png') no-repeat center 1px;
background-size: 38px;
float: left;
height: 40px;
width: 40px;
Loading
Loading
@@ -241,7 +242,8 @@ header {
.app_logo {
a {
h1 {
background: url('logo_white.png') no-repeat center 1px;
background: url('logo-white.png') no-repeat center 1px;
background-size: 38px;
color: #fff;
text-shadow: 0 1px 1px #111;
}
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment