NoMansSky:NMS.css: Difference between revisions

From Step Mods | Change The Game
No edit summary
m (TechAngel85 moved page User:TechAngel85/NMS.css to NMS:NMS.css without leaving a redirect)
(No difference)

Revision as of 21:50, 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;
}