From 4ac08c00005ea0787acd9bc29f560c9647c1554d Mon Sep 17 00:00:00 2001 From: JP Stringham Date: Sat, 21 Feb 2026 13:34:08 -0500 Subject: [PATCH] Filtering and hovering --- default.css | 6 +- index.html | 167 ++++++++++++++++++++++++++++++---------------------- 2 files changed, 100 insertions(+), 73 deletions(-) diff --git a/default.css b/default.css index ce8f6d1..e3e4e46 100644 --- a/default.css +++ b/default.css @@ -15,13 +15,17 @@ h1 { .freq-entry { margin: 0 100px; - border-bottom: 1px solid #ffeecf; } .freq-entry span { display: none; } +.freq-entry:hover span { + display: block; + background-color: #ffeecf; +} + .cat1, .cat2, .cat3 { diff --git a/index.html b/index.html index db393a8..ebf217d 100644 --- a/index.html +++ b/index.html @@ -23,100 +23,123 @@