commit 045123f992cbdfd5e280e3e709481bc7d1fb62af
parent 3b5400b5de86da03fe35e9023e27c90b063d7cda
Author: Hunter
Date:   Wed,  9 Jul 2025 22:19:27 -0400

update favicons

Diffstat:
Mindex.html | 6+++---
1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/index.html b/index.html @@ -65,7 +65,7 @@ --text: var(--licorice); --highlight: var(--wasabi); --accent: var(--eggplant); - --icon: '🦠'; + --icon: '🫟'; } :root[data-theme="swamp"] { @@ -73,7 +73,7 @@ --text: var(--tadpole); --highlight: var(--lilypad); --accent: var(--reed); - --icon: '🐸'; + --icon: '🦠'; } :root[data-theme="sunflower"] { @@ -97,7 +97,7 @@ --text: var(--goat-milk); --highlight: var(--burl); --accent: var(--flame); - --icon: '🐐'; + --icon: '⚔️'; & input[type="text"] { font-family: BasteleurMoonlight; }