NoMansSky:NMS.css: Difference between revisions

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


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


</source>
</source>

Revision as of 04:45, July 27, 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.6em;
     margin-left:40px;
}

</source>