Difference between revisions of "Log.css"

From City of Hope MUSH
Jump to navigation Jump to search
m
m
Line 10: Line 10:
 
     background-color: #CCC;
 
     background-color: #CCC;
 
     color: black;
 
     color: black;
 +
    margin: 0;
 
}
 
}

Revision as of 15:39, 22 September 2020

p {

   text-indent: 5em;

}

.stage-direction {

font-weight: bold;

}

.text-message {

   background-color: #CCC;
   color: black;
   margin: 0;

}