NoMansSky:NMS.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
No edit summary
Line 17: Line 17:
a:hover {
a:hover {
  color:#b1a9f1;
  color:#b1a9f1;
  text-decoration: none;
  text-decoration: underline;
}
}



Revision as of 22:19, 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: underline;
}

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

pre {
     margin-left:40px;
}

</source>