From 91c554ef83f11ad02686f6b68b6977a78c5bded2 Mon Sep 17 00:00:00 2001 From: BBaoVanC Date: Mon, 1 Nov 2021 20:30:34 -0500 Subject: [PATCH] Use a highlight instead of zoom for hovering on subsections It fits the rest of the theme's style better --- assets/css/bobastyle.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/assets/css/bobastyle.css b/assets/css/bobastyle.css index 3d96669..076759a 100644 --- a/assets/css/bobastyle.css +++ b/assets/css/bobastyle.css @@ -48,14 +48,14 @@ /* Subsection formatting */ .section { margin-bottom: 40px; - transition: transform .2s; background-color: #222; border-radius: 5px; padding: 1px 25px; } .section:hover { - transform: scale(1.025); + background-color: #333; + color: #fff; } .section-title {