Elon-Wiki:Main Page/style.css: Difference between revisions

From Paperverse
Nick (talk | contribs)
Created page with ".cli-page { background-color: #000; color: #0F0; font-family: 'Courier New', Courier, monospace; padding: 20px; line-height: 1.5; white-space: pre-wrap; font-size: 16px; } .cli-page a { color: #0FF; Cyan for links: text-decoration: none; } .cli-page a:hover { text-decoration: underline; }"
 
(No difference)

Latest revision as of 14:24, 3 February 2025

.cli-page {

   background-color: #000;
   color: #0F0;
   font-family: 'Courier New', Courier, monospace;
   padding: 20px;
   line-height: 1.5;
   white-space: pre-wrap;
   font-size: 16px;

}

.cli-page a {

   color: #0FF;  /* Cyan for links */
   text-decoration: none;

}

.cli-page a:hover {

   text-decoration: underline;

}