Difference between revisions of "Log.css"
Jump to navigation
Jump to search
(Created page with "p { text-indent: 5em; } .stage-direction { font-weight: bold; }") |
m |
||
Line 5: | Line 5: | ||
.stage-direction { | .stage-direction { | ||
font-weight: bold; | font-weight: bold; | ||
+ | } | ||
+ | |||
+ | .text-message { | ||
+ | background-color: #CCC; | ||
+ | color: black; | ||
} | } |
Revision as of 14:30, 22 September 2020
p {
text-indent: 5em;
}
.stage-direction {
font-weight: bold;
}
.text-message {
background-color: #CCC; color: black;
}