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;