NoMansSky:NMS.css: Difference between revisions

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


pre {
pre {
    font-size:1.1em;
     margin-left:40px;
     margin-left:40px;
    width:900px;
}
}


</source>
</source>

Revision as of 19:46, July 26, 2020


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

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

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

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

pre {
     margin-left:40px;
}