This commit is contained in:
José David Guillén 2024-07-06 18:15:46 +00:00
parent 6ee7eeda29
commit 99f6a152d6
2 changed files with 6 additions and 5 deletions

View File

@ -40,9 +40,11 @@
</div>
<hr />
<a class="button" target="_blank" href="https://paypal.me/jdgd" data-translate>Buy me a coffe</a>
<br>
<a class="button" target="_blank" href="https://paypal.me/jdgd" data-translate>Support my work</a>
<div>
<a class="button" target="_blank" href="https://paypal.me/jdgd" data-translate>Buy me a coffe &#9749;</a>
|
<a class="button" target="_blank" href="https://paypal.me/jdgd" data-translate>&#128540; Support my work</a>
</div>
<hr />
<div id="darkModeSwitch">
<input type="checkbox" id="darkModeSwitch_checkbox" />
@ -70,7 +72,7 @@
<canvas id="calendarCanvas" width="1181" height="1771"></canvas>
</div>
<div style="display: none;">
<div style="display: none">
<div data-months>
<span data-translate>Enero</span>
<span data-translate>Febrero</span>

View File

@ -142,7 +142,6 @@ body {
#menu a {
color: var(--menu-color);
text-decoration: none;
display: block;
font-size: 12pt;
}