Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Interrupt banner #842

Merged
merged 7 commits into from
Feb 4, 2025
Merged
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
27 changes: 27 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,29 @@
display: none;
}

.md-banner {
background-color: #CFC9FA;
color: #000000;
}

.md-banner a {
color: #000000;
text-decoration: underline;
}

.md-banner a:hover {
tanushree-sharma marked this conversation as resolved.
Show resolved Hide resolved
color: #000000;
tanushree-sharma marked this conversation as resolved.
Show resolved Hide resolved
}
tanushree-sharma marked this conversation as resolved.
Show resolved Hide resolved

/* Dark mode banner links */
[data-md-color-scheme="slate"] .md-banner a {
color: #000000;
}

[data-md-color-scheme="slate"] .md-banner a:hover {
color: #000000;
}

</style>
{% endblock %}

Expand All @@ -190,3 +213,7 @@
<title>{{ config.site_name }}</title>
{% endif %}
{% endblock %}

{% block announce %}
<b>Join us at <a href="https://interrupt.langchain.com/" target="_blank" rel="noopener noreferrer"> Interrupt: The Agent AI Conference by LangChain</a> on May 13 & 14 in San Francisco!</b>
{% endblock %}