From 15b6cc25b4d7b5c1d666c0ed8572d8c08ee5ed9d Mon Sep 17 00:00:00 2001 From: Bryan Ramos Date: Mon, 27 Feb 2023 14:48:25 -0500 Subject: [PATCH] cat --- css/styles.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/css/styles.css b/css/styles.css index 688c44c..d929ef0 100644 --- a/css/styles.css +++ b/css/styles.css @@ -74,5 +74,7 @@ a:hover { } .download { + webkit-user-select: none; + ms-user-select: none; user-select: none; }