Elon-Wiki:Main Page/style.css

From Paperverse

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

}