From e810d7d175b22b6d8e1693f4057bf642625afe5e Mon Sep 17 00:00:00 2001 From: Amin Bandali Date: Fri, 29 Nov 2019 20:33:04 -0500 Subject: [PATCH] slight tweaks --- haunt.scm | 2 +- static/style.css | 6 +++--- 2 files changed, 4 insertions(+), 4 deletions(-) diff --git a/haunt.scm b/haunt.scm index c51ecf8..18152f5 100644 --- a/haunt.scm +++ b/haunt.scm @@ -291,7 +291,7 @@ (li ,(aa "bandali" "https://hackage.haskell.org/user/bandali") " on Hackage") (li ,(aa "bandali" "https://gitlab.com/bandali") - " on GitLab.com") + " on GitLab") (li ,(aa "bandali" "https://news.ycombinator.com/user?id=bandali") " on HN") diff --git a/static/style.css b/static/style.css index c6dc21d..4d6970e 100644 --- a/static/style.css +++ b/static/style.css @@ -119,12 +119,12 @@ table td:first-child { table td:last-child { padding-right: 0 } -tbody tr:hover { - background: #f2f8fa; /* #f6f6f6; */ -} .post-list { width: 100%; } +.post-list tr:hover { + background: #f2f8fa; /* #f6f6f6; */ +} .post-list td { padding: 0.3em; } -- 2.20.1