From 581d5128394f3d08ceb9c061682ae95326019c01 Mon Sep 17 00:00:00 2001 From: Fen Dweller Date: Mon, 6 Jan 2020 17:41:47 -0600 Subject: [PATCH] Add animation to the Discord button --- static/sexy.css | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/static/sexy.css b/static/sexy.css index 3eded6a..977922b 100644 --- a/static/sexy.css +++ b/static/sexy.css @@ -342,6 +342,12 @@ a:hover { #discord-image { width: 100%; height: 100%; + transition: 0.2s !important; +} + +#discord-image:hover { + transition: 0.2s; + transform: scale(1.25, 1.25); } .back-text {