File tree Expand file tree Collapse file tree 4 files changed +11
-32
lines changed Expand file tree Collapse file tree 4 files changed +11
-32
lines changed Original file line number Diff line number Diff line change 1
1
## Please Contribute!
2
2
3
- * I would like to add unit tests before modifying any of the comparing/highlighting logic
4
3
* Please make sure there is an issue reported before creating a pull request
4
+ * Pull requests should be directed at fixing a previously reported issue.
5
5
* Please follow similar syntax conventions
6
6
* setup steps are [ in the readme] ( https://github.com/justspamjustin/online-json-diff/blob/master/README.md#setup )
Original file line number Diff line number Diff line change 1
1
# online-json-diff
2
2
3
- http ://json-diff.com
3
+ https ://json-diff.com
4
4
5
5
![ screenshot] ( https://raw.github.com/justspamjustin/online-json-diff/master/img/screen.png )
6
6
Original file line number Diff line number Diff line change @@ -183,21 +183,6 @@ h2 {
183
183
display : block;
184
184
}
185
185
186
- .carbon-img {
187
- text-align : center;
188
- padding-bottom : 12px ;
189
- }
190
-
191
- .carbon-text {
192
- color : # e4e4e4 ;
193
- font-size : 12px ;
194
- }
195
-
196
- .carbon-poweredby {
197
- color : # 9a9a9a ;
198
- font-size : 10px ;
199
- }
200
-
201
186
.diff-inputs {
202
187
width : calc (100% - 200px );
203
188
float : left;
@@ -281,13 +266,8 @@ body.lighttheme {
281
266
border-right-width : 1px ;
282
267
}
283
268
284
- .lighttheme # carbonads {
285
- background-color : transparent;
286
- border : solid 2px # dddddd ;
287
- }
288
-
289
- .lighttheme .carbon-text {
290
- color : # 1D1F21 ;
269
+ .lighttheme .ad-container * {
270
+ color : # 1D1F21 !important ;
291
271
}
292
272
293
273
button {
Original file line number Diff line number Diff line change @@ -50,15 +50,14 @@ <h2 class="left">Online JSON Compare</h2>
50
50
51
51
</ div >
52
52
< div class ="ad-container ">
53
- < div id =" carbonads " >
54
- < span >
55
- < span id =" ad-wrap " class =" carbon-wrap " >
56
- < a href ="https://blitapp.com?ref=json-diff-txt " class =" carbon-text " target =" _blank " rel =" noopener " > Screenshots of websites to your inbox. Try it free. </ a >
57
- </ span >
58
- </ span >
59
- </ div >
53
+ <!-- BEGIN COPY CODEFUND EMBED -- >
54
+ < div id =" codefund " > </ div >
55
+ < script
56
+ src ="https://app.codefund.io/properties/700/funder.js "
57
+ async
58
+ > </ script >
59
+ <!-- END COPY CODEFUND EMBED -- >
60
60
</ div >
61
- < 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 >
62
61
</ div >
63
62
< div class ="diff-inputs ">
64
63
< div id ="left-input " class ="json-diff-input split ">
You can’t perform that action at this time.
0 commit comments