NoMansSky:NMS.css

From Step Mods | Change The Game
Revision as of 20:07, July 29, 2020 by TechAngel85 (talk | contribs)
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
<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;
     width: 70%;
}

ul {
     line-height:1.6em;
}

</source>