Skip to content

Commit 5bec180

Browse files
author
Justin M
committed
update to codefund
1 parent 7218659 commit 5bec180

File tree

3 files changed

+10
-31
lines changed

3 files changed

+10
-31
lines changed

README.md

+1-1
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

+2-22
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

+7-8
Original file line numberDiff line numberDiff line change
@@ -49,15 +49,14 @@ <h2 class="left">Online JSON Compare</h2>
4949

5050
</div>
5151
<div class="ad-container">
52-
<div id="carbonads">
53-
<span>
54-
<span id="ad-wrap" class="carbon-wrap">
55-
<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>
56-
</span>
57-
</span>
58-
</div>
52+
<!-- BEGIN COPY CODEFUND EMBED -->
53+
<div id="codefund"></div>
54+
<script
55+
src="https://app.codefund.io/properties/700/funder.js"
56+
async
57+
></script>
58+
<!-- END COPY CODEFUND EMBED -->
5959
</div>
60-
<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>
6160
</div>
6261
<div class="diff-inputs">
6362
<div id="left-input" class="json-diff-input split">

0 commit comments

Comments
 (0)