Make buttons unselectable

pull/1/head
~erin 2021-07-10 18:05:50 -04:00
parent c725e94195
commit 65eb297d18
Signed by untrusted user: erin
GPG Key ID: DA70E064A8C70F44
1 changed files with 1 additions and 0 deletions

View File

@ -26,6 +26,7 @@ a {
text-align: right;
float: right;
padding-right: 2%;
user-select: none;
}
#terminal {