This commit is contained in:
Charlotte Croce 2025-04-19 00:09:32 -04:00
parent d1f04364a7
commit 45ef5a1a64
2 changed files with 10 additions and 3 deletions

View file

@ -75,6 +75,7 @@
<li><a href="https://bookwyrm.social/user/lottie" target="_blank" rel="noopener noreferrer">BookWyrm</a></li>
</ul>
<p>&copy;<span id="current-year"></span> Charlotte Croce</p>
<p class="theme-note">If you like the colors of this website, check out my <a href="https://marketplace.visualstudio.com/items?itemName=charlotte-dev.fruitbasket-theme" target="_blank" rel="noopener noreferrer">VS Code Theme<i data-lucide="external-link" class="icon-small" aria-hidden="true"></i><span class="visually-hidden">(opens in new tab)</span></a></p>
</div>
</footer>

View file

@ -337,6 +337,12 @@ footer {
margin: 0 var(--space-xs);
}
.theme-note {
margin-top: var(--space-md);
padding: var(--space-sm) var(--space-md);
display: inline-block;
}
/* Dark mode */
.dark-mode {
--pink-50: #3A2A35;