diff --git a/index.html b/index.html index 7a4191f..55782c4 100644 --- a/index.html +++ b/index.html @@ -407,7 +407,7 @@ basalt.run()
generated by LDoc 1.5.0 -Last updated 2025-02-09 18:34:57 +Last updated 2025-02-09 18:40:21
diff --git a/ldoc.css b/ldoc.css index c7b5e46..4f389ed 100644 --- a/ldoc.css +++ b/ldoc.css @@ -99,7 +99,7 @@ a:visited { font-weight: bold; color: #b366ff; text-decoration: none; } a:link:hover { text-decoration: underline; } hr { - color: #333333; + color: #c9c9c9; background: #444444; height: 1px; } @@ -205,7 +205,7 @@ table.index td { text-align: left; vertical-align: top; } clear: both; padding: 5px; border-top: 2px solid #cccccc; - background-color: #ffffff; + background-color: #202020; } @media print { @@ -215,19 +215,19 @@ table.index td { text-align: left; vertical-align: top; } a { font-weight: bold; color: #004080; text-decoration: underline; } #main { - background-color: #ffffff; + background-color: #1d1a1a; border-left: 0px; } #container { margin-left: 2%; margin-right: 2%; - background-color: #ffffff; + background-color: #1b1a1a; } #content { padding: 1em; - background-color: #ffffff; + background-color: #1d1a1a; } #navigation {