Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,3 +7,6 @@ cmake_install.cmake
out
build/
received_green.avif
docs/*.bak
docs/html/
docs/latex/
2,977 changes: 2,977 additions & 0 deletions docs/Doxyfile

Large diffs are not rendered by default.

51 changes: 51 additions & 0 deletions docs/customization/custom.css
Original file line number Diff line number Diff line change
@@ -0,0 +1,51 @@
@import url("https://fonts.googleapis.com/css2?family=Fira+Code:wght@300..700&family=Public+Sans:ital,wght@0,100..900;1,100..900&display=swap");

html {
--font-family: "Public Sans", -apple-system, Helvetica Neue, sans-serif;
--font-family-monospace: "Fira Code", SFMono-Regular, SF Mono, Menlo, Consolas,
monospace;
--primary-color: rgb(10, 37, 159);
--primary-dark-color: rgb(22, 35, 89);
--primary-light-color: rgb(172, 175, 191);
--fragment-link: var(--primary-color);
}

#main-nav {
border-bottom: none;
}

#projectname {
display: flex;
gap: 0.35em;
}

#projectnumber {
background-color: #eee;
border-radius: var(--border-radius-medium);
padding-right: 0.5em;
padding-left: 0.25em;
}

#nav-sync {
display: none;
}

#nav-tree {
border-color: var(--separator-color);
}

#page-nav {
background-color: var(--side-nav-background);
border-left: none;
}

ul.page-outline li.vis {
background-color: rgba(0, 0, 0, 0.025);
}

.arrow {
vertical-align: unset;
text-align: unset;
margin-right: 0;
height: unset;
}
Loading
Loading