better logo images for header
This commit is contained in:
parent
9c709be335
commit
8e8372d5ce
5 changed files with 4 additions and 2 deletions
BIN
app/assets/images/logo-black.png
Normal file
BIN
app/assets/images/logo-black.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 3 KiB |
BIN
app/assets/images/logo-white.png
Normal file
BIN
app/assets/images/logo-white.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 4.3 KiB |
Binary file not shown.
Before Width: | Height: | Size: 2.5 KiB |
Binary file not shown.
Before Width: | Height: | Size: 1.9 KiB |
|
@ -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;
|
||||
|
@ -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…
Reference in a new issue