test/header.html

changeset 10
925172e535a9
parent 9
6b1fba10c4cb
child 27
53fd8595378c
--- a/test/header.html	Fri Jun 21 12:49:46 2013 +0200
+++ b/test/header.html	Fri Jun 21 13:32:31 2013 +0200
@@ -10,18 +10,31 @@
       span.c2html-keyword {
         color: blue;
       }
-      span.c2html-type, span.c2html-macroconst {
+      span.c2html-macroconst {
+        color: cornflowerblue;
+      }
+      span.c2html-type {
         color: cornflowerblue;
       }
       span.c2html-directive {
         color: green;
       }
       span.c2html-string {
-        color: orange;
+        color: darkorange;
       }
       span.c2html-comment {
         color: grey;
       }
+      span.c2html-stdinclude {
+        color: darkorange;
+      }
+      span.c2html-userinclude {
+        color: darkorange;
+      }
+      a.c2html-userinclude {
+        color: darkorange;
+        text-decoration: underline;
+      }
     </style>
   </head>
   <body>

mercurial