Elon-Wiki:Main Page/style.css

From Paperverse
Revision as of 14:24, 3 February 2025 by 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; }")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)

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

}