From 834688fa2e9ffc2d294d61e6cf83ab4d2e6b4d42 Mon Sep 17 00:00:00 2001 From: "sigonasr2, Sig, Sigo" Date: Thu, 29 Jul 2021 05:47:37 +0000 Subject: [PATCH] Remove invalid(?) css --- src/style.css | 5 ----- 1 file changed, 5 deletions(-) diff --git a/src/style.css b/src/style.css index ed5b9f0..f66f0d3 100644 --- a/src/style.css +++ b/src/style.css @@ -324,9 +324,6 @@ em { } .equipPaletteSlot:first-child { padding-right: 10px; -} -.equipPaletteSlot:hover { - } .equipPaletteSlot:hover img { outline: 2px solid rgba(54,255,255,0.66); @@ -358,8 +355,6 @@ em { margin: 0 0 5px 10px; padding: 12px 10px 7px 10px; } -.equipAugs li img { -} .equipAugs li:hover { background: linear-gradient(45deg,rgba(76,113,126,0.66),rgba(113,169,189,00.66)); outline: 2px solid hsl(180, 78%, 50%);