mirror of
https://github.com/standardebooks/web.git
synced 2025-07-18 04:16:38 -04:00
Add icons to form elements across site, and remove some CSS classes in favor of :has()
This commit is contained in:
parent
40932332cb
commit
00619080a8
12 changed files with 127 additions and 61 deletions
|
@ -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">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue