# HG changeset patch # User domruf # Date 1509050817 -7200 # Node ID dde553684091a6d925ac762497b1162cc5c48f77 # Parent f8fbb3172ec6415874a7573f5b8c72509f66cdae less: remove unnecessary link style This is handled by overriding bootstrap variables now. diff -r f8fbb3172ec6 -r dde553684091 kallithea/public/less/style.less --- a/kallithea/public/less/style.less Wed Oct 25 20:05:00 2017 +0200 +++ b/kallithea/public/less/style.less Thu Oct 26 22:46:57 2017 +0200 @@ -2,14 +2,6 @@ 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,