From de9b13214bc7d68e9c13eb3ed44edf8c40ff62fc Mon Sep 17 00:00:00 2001 From: dogeystamp Date: Sat, 19 Aug 2023 19:23:23 -0400 Subject: [PATCH] style: fix link background highlight on image links --- public/css/style.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/public/css/style.css b/public/css/style.css index 4073ce2..d1e884e 100644 --- a/public/css/style.css +++ b/public/css/style.css @@ -118,7 +118,7 @@ img { height: auto; max-width: 100%; width: auto; - margin-left: 1em; + padding: .25em; } .logo { @@ -179,14 +179,14 @@ footer { padding: 1rem 15px; } a { - display: inline; + display: inline-flex; text-decoration: none; color: #aaaaaa; border-radius: 0.1em; font-weight: 500; } a:hover { - background-color: #555555; + background-color: #222222; color: #aaaaaa; } p, pre, table, blockquote {