mirror of
https://github.com/SDL-Hercules-390/hyperion.git
synced 2026-04-29 15:06:52 +02:00
12 lines
319 B
CSS
12 lines
319 B
CSS
<style type="text/css">
|
|
<!--
|
|
body {margin-left:20; margin-right:20; color:black; font-family:Arial}
|
|
h1, h2, h3, h4 {font-family:Arial;
|
|
font-weight:bold; font-style:rounded}
|
|
h1 {color:blue}
|
|
h2 {color:red; font-style:italic}
|
|
p {color:black; font-family:Arial}
|
|
pre, code {font-family:Courier}
|
|
-->
|
|
</style>
|