Skip to content

Commit 5efd7f2

Browse files
committed
remove support yellow
1 parent 77d81db commit 5efd7f2

2 files changed

Lines changed: 3 additions & 11 deletions

File tree

web/kiri/index.css

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -89,14 +89,6 @@ a, a:hover, a:visited {
8989
div {
9090
position: relative;
9191
}
92-
button.yellow {
93-
background-color: #eda;
94-
border: 1px solid rgba(0,0,255,0.5);
95-
}
96-
button.yellow:hover {
97-
background-color: #eea;
98-
99-
}
10092
button {
10193
display: flex;
10294
border: 1px solid #ccc;

web/kiri/index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -499,9 +499,9 @@
499499
<div style="padding:20px;font-size:larger;font-weight:bold">Your contribution is appreciated!</div>
500500
<div style="padding:5px 0 5px 0;justify-content:center">And supports ongoing development,</div>
501501
<div style="padding:5px 0 20px 0;justify-content:center">servers, forums, and related costs</div>
502-
<button id="don8pt" class="yellow" style="justify-content:center;padding:25px;font-size:larger"><a target="_paypal" href="https://www.patreon.com/c/gridspace3d">Become a Patreon Patron</a></button>
503-
<button id="don8gh" class="yellow" style="justify-content:center;padding:25px;font-size:larger"><a target="_github" href="https://github.com/sponsors/GridSpace">Sponsor on GitHub</a></button>
504-
<button id="don8pp" class="yellow" style="justify-content:center;padding:25px;font-size:larger"><a target="_paypal" href="https://paypal.me/gridspace3d">Donate with PayPal</a></button>
502+
<button id="don8pt" style="justify-content:center;padding:25px;font-size:larger"><a target="_paypal" href="https://www.patreon.com/c/gridspace3d">Become a Patreon Patron</a></button>
503+
<button id="don8gh" style="justify-content:center;padding:25px;font-size:larger"><a target="_github" href="https://github.com/sponsors/GridSpace">Sponsor on GitHub</a></button>
504+
<button id="don8pp" style="justify-content:center;padding:25px;font-size:larger"><a target="_paypal" href="https://paypal.me/gridspace3d">Donate with PayPal</a></button>
505505
<div class="t-pad2"></div>
506506
</div>
507507
</div>

0 commit comments

Comments
 (0)