Skip to content

Commit 515179e

Browse files
author
Andrey Cheptsov
committed
[Landing] Minor improvements to the top banner
1 parent 7703bca commit 515179e

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

docs/assets/stylesheets/extra.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1539,7 +1539,7 @@ html .md-footer-meta.md-typeset a:is(:focus,:hover) {
15391539
.md-typeset.md-banner__inner a {
15401540
color: var(--md-default-bg-color);
15411541
/* border-bottom: 1.5px dotted; */
1542-
font-weight: 600;
1542+
font-weight: 500;
15431543
}
15441544

15451545
.md-typeset.md-banner__inner .md-banner__button svg {

docs/overrides/main.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -191,7 +191,7 @@
191191
{% endblock %}
192192

193193
{% block announce %}
194-
<a href="/blog/agentic-orchestration/" target="_blank">Let agents orchestrate infrastructure and operate workloads <span class="icon"><svg viewBox="0 0 13 10" xmlns="http://www.w3.org/2000/svg"><path d="M12.823 4.164L8.954.182a.592.592 0 0 0-.854 0 .635.635 0 0 0 0 .88l2.836 2.92H.604A.614.614 0 0 0 0 4.604c0 .344.27.622.604.622h10.332L8.1 8.146a.635.635 0 0 0 0 .88.594.594 0 0 0 .854 0l3.869-3.982a.635.635 0 0 0 0-.88z" fill-rule="nonzero" fill="currentColor" class="fill-main"></path></svg></span></a>
194+
<a href="/blog/agentic-orchestration/" target="_blank">Let agents manage infra and orchestrate workloads <span class="icon"><svg viewBox="0 0 13 10" xmlns="http://www.w3.org/2000/svg"><path d="M12.823 4.164L8.954.182a.592.592 0 0 0-.854 0 .635.635 0 0 0 0 .88l2.836 2.92H.604A.614.614 0 0 0 0 4.604c0 .344.27.622.604.622h10.332L8.1 8.146a.635.635 0 0 0 0 .88.594.594 0 0 0 .854 0l3.869-3.982a.635.635 0 0 0 0-.88z" fill-rule="nonzero" fill="currentColor" class="fill-main"></path></svg></span></a>
195195
{% endblock %}
196196

197197
{% block footer %}

0 commit comments

Comments
 (0)