remove overall text selection

This commit is contained in:
btzr-io 2017-10-11 21:15:09 -06:00
parent 6eff0b46dd
commit 7ccc701b7b

View file

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