@@ -5,6 +5,11 @@
* {
box-sizing: border-box;
+ user-select: none;
+}
+
+p,code{
+ user-select:text;
}
:root {