Continuing work to update docs

This commit is contained in:
Dion Moult
2024-08-25 22:15:04 +10:00
parent 2d3adce59e
commit fcaac3787b
24 changed files with 178 additions and 168 deletions
+8
View File
@@ -83,6 +83,14 @@ img.icon {
font-size: small;
color: #808080;
}
span.menuselection {
border: 1px solid var(--color-admonition-title);
background-color: var(--color-admonition-title-background);
color: var(--color-admonition-text);
border-radius: 5px;
padding-left: 3px;
padding-right: 3px;
}