revert user-select: none as default for all elements

This commit is contained in:
Jeremy Kauffman 2017-10-15 09:35:16 -04:00
parent 3cc05e0768
commit 782fb5d59e

View file

@ -9,7 +9,6 @@ body
color: var(--text-color);
font-family: 'Roboto', sans-serif;
line-height: var(--font-line-height);
user-select: none;
}
/* Custom text selection */