From b003adb538d720a91d274ff5df921d7e5ce2410b Mon Sep 17 00:00:00 2001 From: K4Orta Date: Mon, 24 Oct 2016 19:44:50 -0700 Subject: [PATCH] Change the margin/padding of featured links - Make the margin/padding of featured links match the other links on the sidebar --- themes/aframe/source/css/index.styl | 3 +++ 1 file changed, 3 insertions(+) diff --git a/themes/aframe/source/css/index.styl b/themes/aframe/source/css/index.styl index 2365a7a3..90b29ae2 100644 --- a/themes/aframe/source/css/index.styl +++ b/themes/aframe/source/css/index.styl @@ -298,7 +298,10 @@ ul { li { line-height: 30px; + margin-left: -3px; + padding: 2px 4px 2px 3px; text-transform: uppercase; + &:hover { background-color: rgba(0,0,0,0.05); }