Add icons to form elements across site, and remove some CSS classes in favor of :has()

This commit is contained in:
Alex Cabal 2024-04-15 20:36:51 -05:00
parent 40932332cb
commit 00619080a8
12 changed files with 127 additions and 61 deletions

View file

@ -5,7 +5,7 @@ $colorScheme = $_COOKIE['color-scheme'] ?? 'auto';
<main>
<h1>Website Settings</h1>
<form action="/settings" method="post">
<label class="select">
<label>
<span>Color scheme</span>
<span>
<select name="color-scheme">