This commit is contained in:
NoryiE
2025-02-09 18:40:22 +00:00
parent 06c5332dd2
commit 19ffe5b1ab
2 changed files with 6 additions and 6 deletions

View File

@@ -407,7 +407,7 @@ basalt.run()
</div> <!-- id="main" -->
<div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i>
<i style="float:right;">Last updated 2025-02-09 18:34:57 </i>
<i style="float:right;">Last updated 2025-02-09 18:40:21 </i>
</div> <!-- id="about" -->
</div> <!-- id="container" -->
</body>

View File

@@ -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 {