diff --git a/kallithea/public/css/style.css b/kallithea/public/css/style.css --- a/kallithea/public/css/style.css +++ b/kallithea/public/css/style.css @@ -26,9 +26,6 @@ body pre { border-radius: inherit; overflow: inherit; } -del { - text-decoration: line-through; -} a { color: #577632; text-decoration: none; diff --git a/kallithea/public/less/style.less b/kallithea/public/less/style.less --- a/kallithea/public/less/style.less +++ b/kallithea/public/less/style.less @@ -27,9 +27,7 @@ body pre { border-radius: inherit; overflow: inherit; } -del { - text-decoration: line-through; -} + a { color: #577632; text-decoration: none;