1
0
mirror of https://github.com/danog/schema.tl.git synced 2024-11-26 20:14:52 +01:00
This commit is contained in:
TJ Horner 2017-08-21 20:26:42 -07:00
parent ceeb076f73
commit 5fb182c832
3 changed files with 10 additions and 3 deletions

View File

@ -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

Binary file not shown.

After

Width:  |  Height:  |  Size: 30 KiB

View File

@ -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">