Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 8 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,8 @@
{% extends "base.html" %}

{% block announce %}
Learn how to create clinical study reports and eCTD submissions with Python at
<a href="https://pycsr.org">
<strong>pycsr.org</strong>
</a>
{% endblock %}
5 changes: 5 additions & 0 deletions docs/stylesheets/extra.css
Original file line number Diff line number Diff line change
Expand Up @@ -67,4 +67,9 @@ code {
.md-typeset .admonition,
.md-typeset details {
font-size: 0.85rem;
}

.md-banner {
color: var(--md-typeset-color);
background-color: oklch(96.2% 0.059 95.617);
}
1 change: 1 addition & 0 deletions mkdocs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,7 @@ markdown_extensions:

theme:
name: material
custom_dir: docs/overrides
font:
text: Lato
logo: assets/logo.png
Expand Down