From d6e555f6c69554e7bc95944c1e52a14b6de9384d Mon Sep 17 00:00:00 2001 From: William Toohey Date: Sat, 30 Sep 2017 15:24:57 +1000 Subject: [PATCH] Slightly nicer tooltip CSS --- css/style.css | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/css/style.css b/css/style.css index 4e7e144..a8d8d26 100644 --- a/css/style.css +++ b/css/style.css @@ -79,10 +79,14 @@ content: ' ? '; font-size: 20px; margin-right: 10px; - background: #ddd; + background: #eee; border-radius: 10px; } +.tooltip:hover:before, .tooltip:focus:before, .tooltip:active:before{ + background: inherit; +} + body { margin: 40px auto; max-width: 650px;