docs: Add ‹› navigation buttons (#29461)

While visually unintrusive, these navigation links enable proper
navigation in readers and extensions like Vimium that rely on
rel=next/prev

Release Notes:

- N/A
This commit is contained in:
Oleksiy Syvokon
2025-04-26 06:52:02 +00:00
committed by GitHub
parent d832b8e687
commit ee74edbbb1
2 changed files with 47 additions and 0 deletions
+30
View File
@@ -177,6 +177,36 @@ a > .hljs {
display: none;
}
.nav-wrapper {
margin-block-start: 50px;
display: block;
}
.nav-buttons {
display: flex;
justify-content: space-between;
align-items: center;
margin: 20px 0;
padding: 0 10px;
}
.nav-button {
align-items: center;
padding: 8px 12px;
background-color: var(--bg);
color: var(--fg) !important;
text-decoration: none;
}
.nav-button:hover {
background-color: var(--theme-hover);
color: var(--icons-hover) !important;
}
.nav-button i {
padding: 0 6px;
}
.mobile-nav-chapters {
font-size: 2.5em;
text-align: center;