Skip to content

Commit 50e1d1c

Browse files
author
Justin M
committed
Merge branch 'master' into gh-pages
2 parents 1c7779c + 5bec180 commit 50e1d1c

File tree

4 files changed

+11
-32
lines changed

4 files changed

+11
-32
lines changed

CONTRIBUTING.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Please Contribute!
22

3-
* I would like to add unit tests before modifying any of the comparing/highlighting logic
43
* 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.
55
* Please follow similar syntax conventions
66
* setup steps are [in the readme](https://github.com/justspamjustin/online-json-diff/blob/master/README.md#setup)

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
# online-json-diff
22

3-
http://json-diff.com
3+
https://json-diff.com
44

55
![screenshot](https://raw.github.com/justspamjustin/online-json-diff/master/img/screen.png)
66

css/main.css

Lines changed: 2 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -183,21 +183,6 @@ h2 {
183183
display: block;
184184
}
185185

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-
201186
.diff-inputs {
202187
width: calc(100% - 200px);
203188
float: left;
@@ -281,13 +266,8 @@ body.lighttheme {
281266
border-right-width: 1px;
282267
}
283268

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;
291271
}
292272

293273
button {

index.html

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -50,15 +50,14 @@ <h2 class="left">Online JSON Compare</h2>
5050

5151
</div>
5252
<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 -->
6060
</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>
6261
</div>
6362
<div class="diff-inputs">
6463
<div id="left-input" class="json-diff-input split">

0 commit comments

Comments
 (0)