NoMansSky:NMS.css: Difference between revisions

From Step Mods | Change The Game
m (TechAngel85 moved page User:TechAngel85/NMS.css to NMS:NMS.css without leaving a redirect)
No edit summary
Line 1: Line 1:
<br>
<br>
<source lang="css" line>
<source lang="css" line>
hr {
}


a:link {
a:link {

Revision as of 22:17, July 26, 2020

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

hr {
}

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;
}

</source>