Skip to content

Commit a161d81

Browse files
author
Justin Martin
committed
add made by blit.
1 parent e0425a4 commit a161d81

File tree

3 files changed

+176
-0
lines changed

3 files changed

+176
-0
lines changed

css/main.css

Lines changed: 28 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ html, body {
22
margin: 0; padding: 0;
33
height: 100%;
44
background-color: #1D1F21;
5+
overflow: hidden;
56
}
67
ul, li {
78
padding: 0;
@@ -174,6 +175,10 @@ h2 {
174175
padding: 16px;
175176
}
176177

178+
.lighttheme #carbonads {
179+
margin-bottom: 16px;
180+
}
181+
177182
.ad-container a {
178183
display: block;
179184
}
@@ -329,3 +334,26 @@ button:active {
329334
overflow: hidden;
330335
color: #a2a2a2;
331336
}
337+
338+
.made-by-text {
339+
margin-top: 8px;
340+
padding-top: 8px;
341+
background-color: #1D1F21;
342+
margin-left: -16px;
343+
padding-left: 16px;
344+
margin-right: -16px;
345+
padding-right: 16px;
346+
margin-bottom: -24px;
347+
padding-bottom: 16px;
348+
}
349+
350+
.made-by-text a {
351+
text-decoration: none;
352+
color: #e4e4e4;
353+
font-family: monospace;
354+
}
355+
356+
.made-by-text img {
357+
height: 15px;
358+
vertical-align: text-bottom;
359+
}

img/blit_logo.svg

Lines changed: 147 additions & 0 deletions
Loading

index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -51,6 +51,7 @@ <h2 class="left">Online JSON Compare</h2>
5151
<div class="ad-container">
5252
<script async type="text/javascript" src="http://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=jsondiffcom" id="_carbonads_js"></script>
5353
</div>
54+
<div class="made-by-text"><a href="https://blitapp.com?ref=json-diff" target="_blank" rel="noopener noreferrer">made with ♥ by <img src="img/blit_logo.svg"/></a></div>
5455
</div>
5556
<div class="diff-inputs">
5657
<div id="left-input" class="json-diff-input split">

0 commit comments

Comments
 (0)