diff options
Diffstat (limited to 'static')
-rw-r--r-- | static/site.css | 14 |
1 files changed, 13 insertions, 1 deletions
diff --git a/static/site.css b/static/site.css index abde862c..3d33a5bb 100644 --- a/static/site.css +++ b/static/site.css @@ -331,11 +331,23 @@ h1 { height: 100%; } -.grid-item span { +.grid-item:hover { + text-decoration: none; +} + +.grid-actions .grid-item:hover { + text-decoration: underline; +} + +.grid-item span:first-of-type { margin-top: 0.45em; display: block; } +.grid-item:hover span:first-of-type { + text-decoration: underline; +} + .grid-listing > .grid-item { flex: 1 1 26%; } |