From 16bba31786210f9d936db23a9f91dd454be4731d Mon Sep 17 00:00:00 2001 From: cha0s Date: Sun, 14 Apr 2019 16:11:37 -0500 Subject: [PATCH] fix: remove underline from ins --- client/index.html | 3 +++ 1 file changed, 3 insertions(+) diff --git a/client/index.html b/client/index.html index 2b77309..8ad1699 100644 --- a/client/index.html +++ b/client/index.html @@ -14,6 +14,9 @@ margin: 0; overflow: hidden; } + ins { + text-decoration: none; + } .unselectable { -webkit-touch-callout: none; -webkit-user-select: none;