# HG changeset patch # User domruf # Date 2017-10-26 22:46:57 # Node ID dde553684091a6d925ac762497b1162cc5c48f77 # Parent f8fbb3172ec6415874a7573f5b8c72509f66cdae less: remove unnecessary link style This is handled by overriding bootstrap variables now. 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 @@ -2,14 +2,6 @@ body { background: url("../images/background.png") repeat scroll 0 0 #B0B0B0; } -a { - color: #577632; - text-decoration: none; -} -a:hover { - color: #576622; - text-decoration: underline; -} code, .code pre, .linenos pre,