Test
This commit is contained in:
@@ -4,12 +4,11 @@ description = "A Basalt UI Framework Documentation"
|
|||||||
format = "markdown"
|
format = "markdown"
|
||||||
dir = "docs"
|
dir = "docs"
|
||||||
file = "src"
|
file = "src"
|
||||||
style = "!dark" -- Ändere zu dark theme
|
style = "docs/ldoc_dark.css"
|
||||||
sort = true
|
sort = true
|
||||||
all = true
|
all = true
|
||||||
backtick_references = false
|
backtick_references = false
|
||||||
readme = "manual.md"
|
|
||||||
kind_names = {
|
kind_names = {
|
||||||
topic = "Manual",
|
topic = "Manual",
|
||||||
script = "Programs"
|
script = "Elements"
|
||||||
}
|
}
|
||||||
57
docs/ldoc_dark.css
Normal file
57
docs/ldoc_dark.css
Normal file
@@ -0,0 +1,57 @@
|
|||||||
|
body {
|
||||||
|
background-color: #1a1a1a;
|
||||||
|
color: #e0e0e0;
|
||||||
|
font-family: 'Segoe UI', sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
|
#container {
|
||||||
|
background-color: #242424;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation {
|
||||||
|
background-color: #2d2d2d;
|
||||||
|
border-color: #404040;
|
||||||
|
}
|
||||||
|
|
||||||
|
#navigation h2 {
|
||||||
|
color: #c0c0c0;
|
||||||
|
}
|
||||||
|
|
||||||
|
#content {
|
||||||
|
background-color: #242424;
|
||||||
|
color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
a {
|
||||||
|
color: #66b3ff;
|
||||||
|
}
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: #99ccff;
|
||||||
|
}
|
||||||
|
|
||||||
|
h1, h2, h3, h4 {
|
||||||
|
color: #ffffff;
|
||||||
|
}
|
||||||
|
|
||||||
|
.code {
|
||||||
|
background-color: #2d2d2d;
|
||||||
|
border: 1px solid #404040;
|
||||||
|
color: #e0e0e0;
|
||||||
|
}
|
||||||
|
|
||||||
|
table {
|
||||||
|
border-color: #404040;
|
||||||
|
}
|
||||||
|
|
||||||
|
th {
|
||||||
|
background-color: #2d2d2d;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:nth-child(even) {
|
||||||
|
background-color: #2a2a2a;
|
||||||
|
}
|
||||||
|
|
||||||
|
tr:hover {
|
||||||
|
background-color: #333333;
|
||||||
|
}
|
||||||
Reference in New Issue
Block a user