From 04d974784bbbca1936613920934546e9a262b914 Mon Sep 17 00:00:00 2001 From: foxster-mp4 Date: Sat, 29 Apr 2023 16:26:13 -0700 Subject: [PATCH] Remove hover effect on more button --- css/app.css | 6 ------ 1 file changed, 6 deletions(-) diff --git a/css/app.css b/css/app.css index dffc97e..72785c2 100644 --- a/css/app.css +++ b/css/app.css @@ -94,12 +94,6 @@ a { background: linear-gradient(to right, transparent, var(--color-bg) 35%); } -@media (hover:hover) { - #more button:hover { - opacity: 0.75; - } -} - /* What's new */ #whats-new,