docs: update docs template to v0.6.3

close #757
This commit is contained in:
aquint-zama
2021-10-27 16:08:41 +02:00
committed by Arthur Meyre
parent ce17767288
commit 86b6137fcb
3 changed files with 8 additions and 3 deletions

View File

@@ -134,6 +134,12 @@ input[type=color], input[type=date], input[type=datetime-local], input[type=date
.rst-versions {
font-family: var(--primary-font);
}
/* fix version link color */
.rst-versions a {
color: var(--primary-color);
}
/* fix version fa-caret-down empty space on click */
.rst-versions.shift-up {
overflow-y: unset;