From c02ff24ed3e6ffaf4e69c8cba7faee2621653555 Mon Sep 17 00:00:00 2001 From: llxxxll Date: Thu, 29 Jun 2017 22:13:03 +0800 Subject: [PATCH] update .quick-start bottom style --- css/home.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/css/home.css b/css/home.css index 279d530f2d5..fbcc18f19d3 100644 --- a/css/home.css +++ b/css/home.css @@ -2708,6 +2708,14 @@ header.site-header .github-fork > a:hover { line-height: 60px; width: 212px; } +.get-started .quick-start:hover { + color: #fff; + background-color: #3095ff; + font-size: 18px; + display: inline-block; + line-height: 60px; + width: 212px; +} .footer-nav { background-color: #333; color: ccc; -- GitLab