We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e2e1b4b commit fd3250eCopy full SHA for fd3250e
docs/_includes/page-nav.html
@@ -1,4 +1,4 @@
1
-<div class="doc-nav" style="margin-top:2.5rem; border-top:1px solid #21262d; padding-top:1.5rem;">
+<div class="doc-nav" style="margin-top:2.5rem; border-top:1px solid #d0d7de; padding-top:1.5rem;">
2
<a href="{{ '/' | relative_url }}">Home</a>
3
<a href="{{ '/ARCHITECTURE.html' | relative_url }}">Architecture</a>
4
<a href="{{ '/DEVELOPER_GUIDE.html' | relative_url }}">Developer Guide</a>
docs/_layouts/default.html
@@ -224,6 +224,7 @@
224
.doc-nav {
225
display: flex;
226
flex-wrap: wrap;
227
+ justify-content: center;
228
gap: 8px;
229
margin: 2rem 0 1rem;
230
}
0 commit comments