Skip to content

Commit

Permalink
Interrupt banner (#842)
Browse files Browse the repository at this point in the history
  • Loading branch information
tanushree-sharma authored Feb 4, 2025
1 parent 8d867cf commit 4f1fdc3
Showing 1 changed file with 27 additions and 0 deletions.
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 {
color: #000000;
}

/* 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 %}

0 comments on commit 4f1fdc3

Please sign in to comment.