This commit is contained in:
NoryiE
2025-02-09 18:44:59 +00:00
parent c077108786
commit 63fff2224c
2 changed files with 3 additions and 3 deletions

View File

@@ -407,7 +407,7 @@ basalt.run()
</div> <!-- id="main" --> </div> <!-- id="main" -->
<div id="about"> <div id="about">
<i>generated by <a href="http://github.com/lunarmodules/LDoc">LDoc 1.5.0</a></i> <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:42:47 </i> <i style="float:right;">Last updated 2025-02-09 18:44:59 </i>
</div> <!-- id="about" --> </div> <!-- id="about" -->
</div> <!-- id="container" --> </div> <!-- id="container" -->
</body> </body>

View File

@@ -6,8 +6,8 @@ http://developer.yahoo.com/yui/license.html
version: 2.8.2r1 version: 2.8.2r1
*/ */
html { html {
color: #000; color: #dfdfdf;
background: #FFF; background: #1b1b1b;
} }
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td { body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,button,textarea,p,blockquote,th,td {
margin: 0; margin: 0;