From 49608bfd41dc9d2ea4431c909ac520c517ce433d Mon Sep 17 00:00:00 2001 From: John O'Nolan Date: Sat, 4 Jul 2020 01:46:13 +0700 Subject: [PATCH] Smaller badge --- assets/css/ghost/badge.css | 22 +++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/assets/css/ghost/badge.css b/assets/css/ghost/badge.css index fbc95cd4..ff0d4030 100644 --- a/assets/css/ghost/badge.css +++ b/assets/css/ghost/badge.css @@ -1,26 +1,26 @@ -.gh-powered { +a.gh-powered { display: inline-flex; align-items: center; padding: 6px 9px 6px 6px; border: rgba(0,0,0,0.15) 1px solid; - font-size: 13px; - line-height: 13px; - letter-spacing: -0.1px; + font-size: 12px; + line-height: 12px; + letter-spacing: -0.2px; font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif; font-weight: 500; - color: #131313 !important; + color: #131313; background: #fff; border-radius: 6px; } -.gh-powered:hover { +a.gh-powered:hover { border: rgba(0,0,0,0.3) 1px solid; - color: #131313 !important; - text-decoration: none !important; + color: #131313; + text-decoration: none; } -.gh-powered svg { - height: 18px; - width: 18px; +a.gh-powered svg { + height: 16px; + width: 16px; margin: 0 6px 0 0; }