Fix some popup buttons

This commit is contained in:
Ajay
2022-06-13 13:16:47 -04:00
parent 9eec62d59f
commit 47220e0abc
2 changed files with 13 additions and 8 deletions

View File

@@ -539,6 +539,11 @@
background: #444; background: #444;
} }
#sponsorTimesDonateContainer a {
color: var(--sb-main-fg-color);
text-decoration: none;
}
/* /*
* "Show Notice Again" button * "Show Notice Again" button
*/ */

View File

@@ -152,15 +152,15 @@
</p> </p>
</div> </div>
<footer id="sbFooter"> <div id="sponsorTimesDonateContainer" style="display: none; align-items: center; justify-content: center;">
<div id="sponsorTimesDonateContainer" style="display: none; align-items: center; justify-content: center;"> <img class="sbHeart" src="/icons/heart.svg" alt="Heart icon" />
<img class="sbHeart" src="/icons/heart.svg" alt="Heart icon" /> <a id="sbConsiderDonateLink" href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener">
<a id="sbConsiderDonateLink" href="https://sponsor.ajay.app/donate" target="_blank" rel="noopener"> __MSG_considerDonating__
__MSG_considerDonating__ </a>
</a> <img id="sbCloseDonate" src="/icons/close.png" alt="Close icon" height="8" style="padding-left: 5px; cursor: pointer;" />
<img id="sbCloseDonate" src="/icons/close.png" alt="Close icon" height="8" style="padding-left: 5px; cursor: pointer;" /> </div>
</div>
<footer id="sbFooter">
<a id="helpButton">__MSG_help__</a> <a id="helpButton">__MSG_help__</a>
<a href="https://sponsor.ajay.app" target="_blank" rel="noopener">__MSG_website__</a> <a href="https://sponsor.ajay.app" target="_blank" rel="noopener">__MSG_website__</a>
<a href="https://sponsor.ajay.app/stats" target="_blank" rel="noopener">__MSG_viewLeaderboard__</a> <a href="https://sponsor.ajay.app/stats" target="_blank" rel="noopener">__MSG_viewLeaderboard__</a>