From 65eb297d1896b19780af290e1940970710320856 Mon Sep 17 00:00:00 2001 From: Erin Nova Date: Sat, 10 Jul 2021 18:05:50 -0400 Subject: [PATCH] Make buttons unselectable --- style.css | 1 + 1 file changed, 1 insertion(+) diff --git a/style.css b/style.css index fcd7a5f..0dc2aee 100644 --- a/style.css +++ b/style.css @@ -26,6 +26,7 @@ a { text-align: right; float: right; padding-right: 2%; + user-select: none; } #terminal {