File tree Expand file tree Collapse file tree 3 files changed +176
-0
lines changed Expand file tree Collapse file tree 3 files changed +176
-0
lines changed Original file line number Diff line number Diff line change @@ -2,6 +2,7 @@ html, body {
2
2
margin : 0 ; padding : 0 ;
3
3
height : 100% ;
4
4
background-color : # 1D1F21 ;
5
+ overflow : hidden;
5
6
}
6
7
ul , li {
7
8
padding : 0 ;
@@ -174,6 +175,10 @@ h2 {
174
175
padding : 16px ;
175
176
}
176
177
178
+ .lighttheme # carbonads {
179
+ margin-bottom : 16px ;
180
+ }
181
+
177
182
.ad-container a {
178
183
display : block;
179
184
}
@@ -329,3 +334,26 @@ button:active {
329
334
overflow : hidden;
330
335
color : # a2a2a2 ;
331
336
}
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
+ }
Original file line number Diff line number Diff line change @@ -51,6 +51,7 @@ <h2 class="left">Online JSON Compare</h2>
51
51
< div class ="ad-container ">
52
52
< script async type ="text/javascript " src ="http://cdn.carbonads.com/carbon.js?zoneid=1673&serve=C6AILKT&placement=jsondiffcom " id ="_carbonads_js "> </ script >
53
53
</ 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 >
54
55
</ div >
55
56
< div class ="diff-inputs ">
56
57
< div id ="left-input " class ="json-diff-input split ">
You can’t perform that action at this time.
0 commit comments