Changeset - dde553684091
[Not reviewed]
default
0 1 0
domruf - 8 years ago 2017-10-26 22:46:57
dominikruf@gmail.com
less: remove unnecessary link style

This is handled by overriding bootstrap variables now.
1 file changed with 0 insertions and 8 deletions:
0 comments (0 inline, 0 general)
kallithea/public/less/style.less
Show inline comments
 
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,
 
div.readme pre,
 
div.formatted-fixed,
 
.CodeMirror .CodeMirror-code pre {
0 comments (0 inline, 0 general)