mirror of
https://github.com/danog/schema.tl.git
synced 2024-11-26 20:14:52 +01:00
add logo
This commit is contained in:
parent
ceeb076f73
commit
5fb182c832
@ -13,7 +13,7 @@ body {
|
||||
|
||||
header {
|
||||
width: 100%;
|
||||
background: #2196F3;
|
||||
background: #2CA5E0;
|
||||
padding: 20px;
|
||||
}
|
||||
|
||||
@ -42,6 +42,13 @@ header {
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
a.home {
|
||||
background-image: url(/img/telegram-plane.png);
|
||||
padding-left: 35px;
|
||||
background-size: 20px;
|
||||
background-repeat: no-repeat;
|
||||
}
|
||||
|
||||
.header-right {
|
||||
display: inline-block;
|
||||
float: right;
|
||||
@ -64,7 +71,7 @@ header {
|
||||
.hero {
|
||||
width: 100%;
|
||||
text-align: center;
|
||||
background: #2196F3;
|
||||
background: #2CA5E0;
|
||||
color: white;
|
||||
padding: 100px 0;
|
||||
}
|
||||
|
BIN
img/telegram-plane.png
Normal file
BIN
img/telegram-plane.png
Normal file
Binary file not shown.
After Width: | Height: | Size: 30 KiB |
@ -3,7 +3,7 @@
|
||||
<title>TL-Schema Explorer</title>
|
||||
|
||||
<link href="https://fonts.googleapis.com/css?family=Fira+Mono" rel="stylesheet">
|
||||
<link rel="stylesheet" href="/css/styles.css?v6">
|
||||
<link rel="stylesheet" href="/css/styles.css?v7">
|
||||
<link rel="stylesheet" href="/css/fonts.css">
|
||||
<link rel="stylesheet" href="/css/rgs.css">
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user