Skip to content

Commit

Permalink
formatting fix
Browse files Browse the repository at this point in the history
  • Loading branch information
tanushree-sharma committed Feb 4, 2025
1 parent ecf9485 commit 8464752
Showing 1 changed file with 19 additions and 0 deletions.
19 changes: 19 additions & 0 deletions docs/overrides/main.html
Original file line number Diff line number Diff line change
Expand Up @@ -164,6 +164,21 @@
display: none;
}

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

/* Add styles for banner links */
.md-banner a {
color: #000000;
text-decoration: underline;
}

.md-banner a:hover {
color: #000000;
}

</style>
{% endblock %}

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

{% block announce %}
To learn more about LangGraph, check out our first LangChain Academy course, <em>Introduction to LangGraph</em>, available for free <a href="https://academy.langchain.com/courses/intro-to-langgraph">here</a>.
{% endblock %}

0 comments on commit 8464752

Please sign in to comment.