From d8da19dd27e7a14ed69aae35e357a87b27578976 Mon Sep 17 00:00:00 2001 From: xcps Date: Sun, 4 Feb 2018 00:55:12 +0500 Subject: [PATCH] Logo brightness on hover --- public/stylesheets/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/public/stylesheets/style.css b/public/stylesheets/style.css index 289dd2c..af1fe0f 100644 --- a/public/stylesheets/style.css +++ b/public/stylesheets/style.css @@ -18,6 +18,10 @@ a:hover { align: center; } +.header h1 a img:hover { + filter: brightness(1.25); +} + .header h1 a img { height: 2em; position: relative;