# HG changeset patch # User domruf # Date 2017-10-26 23:58:26 # Node ID 7b7b594169108b3786b9a133c3d62fe10fab96ff # Parent 01150c6eedc01e71946038738e04a0d561299af5 less: remove line-through for - line-through makes it hard to read - since the text is already red it is kinda redundant - it gets overriden by kallithea-diff.less line 87 anyway 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;