Filtering and hovering

This commit is contained in:
JP Stringham
2026-02-21 13:34:08 -05:00
parent c7fd22128f
commit 4ac08c0000
2 changed files with 100 additions and 73 deletions

View File

@@ -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 {