mirror of
https://github.com/Ed94/Odin.git
synced 2026-07-25 00:47:55 +00:00
Allow for entity grouping in structs and procedure signatures with the Odin doc-format
This commit is contained in:
@@ -91,6 +91,17 @@ a:hover > .a-hidden {
|
||||
opacity: 100;
|
||||
}
|
||||
|
||||
.documentation h4 {
|
||||
article.documentation h2 {
|
||||
border-bottom: 1px dashed #c6c8ca;
|
||||
padding-bottom: 0.5rem;
|
||||
}
|
||||
section.documentation h3 {
|
||||
font-size: calc(1.1rem + .2vw);
|
||||
}
|
||||
|
||||
|
||||
|
||||
.doc-index h3 {
|
||||
border-bottom: 1px solid #c6c8ca;
|
||||
padding-bottom: 0.25rem;
|
||||
}
|
||||
Reference in New Issue
Block a user