diff --git a/web/index.html b/web/index.html
index a39d71a1..20eb281f 100644
--- a/web/index.html
+++ b/web/index.html
@@ -234,7 +234,8 @@
code.cw {
display: block;
}
- input[type="submit"].active {
+ input[type=button]:hover,
+ input[type=submit].active {
background-color: var(--accent);
border-color: var(--accent);
color: var(--background);
diff --git a/web/src/app.rs b/web/src/app.rs
index 863264e0..50e41385 100644
--- a/web/src/app.rs
+++ b/web/src/app.rs
@@ -118,6 +118,7 @@ pub fn App() -> impl IntoView {
+ | |
+ | |
+ | + |