NoMansSky:NMS.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 34: Line 34:
}
}


.fileTree.ul {
#fileTree.ul {
     line-height:2em;
     line-height:2em;
}
}
</source>
</source>

Revision as of 03:59, July 28, 2020

<br>
<source lang="css" line>

hr {
}

a:active {
 color:#b1a9f1;
 text-decoration: underline;
}

a:link {
 color:#EEE;
 text-decoration: underline;
}

a:visited {
 color:#EEE;
 text-decoration: underline;
}

a:hover {
 color:#b1a9f1;
 text-decoration: underline;
}

pre {
     line-height:1.8em;
     margin-left:40px;
}

ul {
     line-height:1.6em;
}

#fileTree.ul {
     line-height:2em;
}
</source>