Skip to content
Commits on Source (2)
......@@ -213,7 +213,7 @@
py:when="'omictools' in project.properties"><a href="https://duckduckgo.com/?q=\site%3Aomictools.com+${project.properties['omictools']}">OMICtools</a><span class="registry">&nbsp;
</span></span></span><span py:choose="">
<span class="registry_bioconda"
py:when="'bioconda' in project.properties"><a href="https://bioconda.github.io/recipes/+${project.properties['bioconda']}+/README.html">bioconda</a><span class="registry">&nbsp;
py:when="'bioconda' in project.properties"><a href="https://bioconda.github.io/recipes/${project.properties['bioconda']}/README.html">bioconda</a><span class="registry">&nbsp;
</span></span></span>
</div>
......
......@@ -339,7 +339,9 @@ a.registry_biotools {
}
.registry_bioconda {
/*background:#005500 = color of "BIO" signatur at https://bioconda.github.io/ */
background:#005500;
/*background:#005500;*/
/*background:#3eb049 = color of "CONDA" signatur at https://bioconda.github.io/ 50% transparency*/
color:#c0dcc1
}
a.registry_bioconda {
color:#eeeeee;
......