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