From d957835a7b3c8506d9d79927e1d60b6945b88d72 Mon Sep 17 00:00:00 2001 From: rulingcom Date: Fri, 4 Feb 2022 04:04:58 +0000 Subject: [PATCH] fix error --- assets/stylesheets/template/template.scss | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/stylesheets/template/template.scss b/assets/stylesheets/template/template.scss index 82e0aa3..8ac1ea2 100644 --- a/assets/stylesheets/template/template.scss +++ b/assets/stylesheets/template/template.scss @@ -34,7 +34,7 @@ div.weather_widget1{ } a:focus > img{ - transform: scale(1.2); + border: 0.5em outset; transition-duration: 0.5s; transition-timing-function: ease-in-out; }