We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents ca2a5fb + 32124c2 commit fda5c79Copy full SHA for fda5c79
docs/overrides/main.html
@@ -0,0 +1,8 @@
1
+{% extends "base.html" %}
2
+
3
+{% block announce %}
4
+Learn how to create clinical study reports and eCTD submissions with Python at
5
+<a href="https://pycsr.org">
6
+ <strong>pycsr.org</strong>
7
+</a>
8
+{% endblock %}
docs/stylesheets/extra.css
@@ -67,4 +67,9 @@ code {
67
.md-typeset .admonition,
68
.md-typeset details {
69
font-size: 0.85rem;
70
+}
71
72
+.md-banner {
73
+ color: var(--md-typeset-color);
74
+ background-color: oklch(96.2% 0.059 95.617);
75
}
mkdocs.yml
@@ -42,6 +42,7 @@ markdown_extensions:
42
43
theme:
44
name: material
45
+ custom_dir: docs/overrides
46
font:
47
text: Lato
48
logo: assets/logo.png
0 commit comments