blob: 4d0482f8aa9cc92a5e2f0f59fbac06be356d1516 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
body {background: white;
text: black; }
.help { font-weight: bold }
.directive { color: green; }
.module { color: green; }
a:link { text-decoration: none }
a:hover { text-decoration: underline }
a:visited { text-decoration: none }
|