From 784ba35f36fb4e3e5df01cd1acf5f93fe124f86c Mon Sep 17 00:00:00 2001 From: Sage Vaillancourt Date: Thu, 22 Sep 2022 22:50:45 -0400 Subject: [PATCH] Remove hover test code. --- flaskr/static/styles.css | 4 ---- 1 file changed, 4 deletions(-) diff --git a/flaskr/static/styles.css b/flaskr/static/styles.css index eb374a6..8696015 100644 --- a/flaskr/static/styles.css +++ b/flaskr/static/styles.css @@ -7,10 +7,6 @@ span.logo { padding: 0.2em; } -span.logo:hover { - font-size: 800%; -} - span.logo.left { color: black; background-color: white;