From 49bb60c02942c4445d7958280fb8df0a74aef47b Mon Sep 17 00:00:00 2001 From: Ian Gulliver Date: Thu, 25 Apr 2019 03:33:33 +0000 Subject: [PATCH] Don't select footer --- include/style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/include/style.css b/include/style.css index 9d50d18..910b1c2 100644 --- a/include/style.css +++ b/include/style.css @@ -45,6 +45,7 @@ header, footer { footer { filter: grayscale(1.0); + user-select: none; } header a {