feat: remove themes

This commit is contained in:
Barrett Ruth 2026-01-07 13:43:40 -06:00
parent 1d2f556b32
commit 142d0876a6
6 changed files with 2 additions and 99 deletions

View file

@ -26,14 +26,9 @@ const promptText = topic ? `barrett@ruth:~$ ${topic}` : "barrett@ruth:~$";
<span class="terminal-cursor"></span>
</div>
</a>
<span id="theme-toggle">☼⊂ʕ•ᴥ•ʔ</span>
</header>
<style>
#theme-toggle {
cursor: pointer;
user-select: none;
}
@media (max-width: 640px) {
header {
flex-direction: row;