Skip to content

Commit 5b96758

Browse files
Fix docs banner (#6861)
Co-authored-by: Ben Sherman <bentshermann@gmail.com>
1 parent 3c23334 commit 5b96758

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/_templates/layout.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
{% extends "!layout.html" %}
22

33
{% block document %}
4-
<div class="admonition site-banner">
5-
<p class="admonition-title">Nextflow documentation is migrating</p>
4+
<div class="admonition site-banner" style="background: #E2F7F3; border-left: none;">
5+
<p class="admonition-title" style="background: #0CAE8E;">Nextflow documentation is migrating</p>
66
<p>Nextflow documentation is being migrated to <a href="https://docs.seqera.io/nextflow/">docs.seqera.io/nextflow</a>. This site will remain available throughout the migration.</p>
77
</div>
88
{{ super() }}

0 commit comments

Comments
 (0)