<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* Some modifications to the general slides style */
/* Author:  J. Kurfess */
/* - make "command" similar to "computeroutput" */


.command, .literal
{
  display: inline;
  color: purple;
  font-family: monospace;
}

.computeroutput, .filename, .programlisting
{
  color: green;
}

</pre></body></html>