changeset 7061:dde553684091

less: remove unnecessary link style This is handled by overriding bootstrap variables now.
author domruf <dominikruf@gmail.com>
date Thu, 26 Oct 2017 22:46:57 +0200
parents f8fbb3172ec6
children 4f338e692608
files kallithea/public/less/style.less
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- 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,