Make system messages unselectable

This commit is contained in:
Jed Fox 2021-03-11 22:50:30 -05:00
parent 1b6ec8cfd7
commit 0e5d4585ec
No known key found for this signature in database
GPG Key ID: 0B61D18EA54B47E1

View File

@ -25,6 +25,8 @@ a:hover {
top: 45%;
left: 50%;
transform: translateX(-55%) translateY(-50%);
-webkit-user-select: none;
cursor: default;
}
:root {