Skip to content

Commit c274e47

Browse files
author
Justin M
committed
add special thanks to our supporters section
1 parent 218dfa3 commit c274e47

File tree

2 files changed

+18
-1
lines changed

2 files changed

+18
-1
lines changed

css/main.css

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -169,6 +169,18 @@ h2 {
169169
width: 161px;
170170
}
171171

172+
body:not(.lighttheme) .ad-container {
173+
color: #fff;
174+
}
175+
176+
.ad-container h6 {
177+
margin: 8px 0;
178+
}
179+
180+
.ad-container ul {
181+
padding: 8px 0;
182+
}
183+
172184
#carbonads {
173185
border-radius: 4px 2px;
174186
background-color: #292929;

index.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,6 +50,12 @@ <h2 class="left">Online JSON Compare</h2>
5050

5151
</div>
5252
<div class="ad-container">
53+
<div>
54+
<h6> SPECIAL THANKS TO OUR SUPPORTERS</h6>
55+
<ul>
56+
<li>Qicheng Gao</li>
57+
</ul>
58+
</div>
5359
<a href="/sponsor/" title="Support us on Patreon">
5460
<img src="./img/patreon.png" alt="Support us on Patreon"/>
5561
</a>
@@ -201,6 +207,5 @@ <h2 class="left">Online JSON Compare</h2>
201207
$('#' + otherSide + '-input').addClass(otherSideClass);
202208
}
203209
</script>
204-
<script id="sidekick-plugin-script" src="//www.sidekickup.com/javascript/siteplugin.bundle.js?path=eb61f83c-a6ae-4a02-abc0-d8d0f2487dca/triggers"></script>
205210
</body>
206211
</html>

0 commit comments

Comments
 (0)