]> source.dussan.org Git - sonarqube.git/commitdiff
syntax highlighter: add the CSS class .code .p for preprocessing directives
authorsimonbrandhof <simon.brandhof@gmail.com>
Mon, 4 Oct 2010 06:54:13 +0000 (06:54 +0000)
committersimonbrandhof <simon.brandhof@gmail.com>
Mon, 4 Oct 2010 06:54:13 +0000 (06:54 +0000)
sonar-colorizer/src/main/resources/sonar-colorizer.css

index 5e6807df5393a9f9fb36ab456474ba1a8acdff72..89719de6a0fcf1bd5d5640d42d7593a40bde2152 100644 (file)
   font-weight: normal;
 }
 
+/* preprocessing directive */
+.code .p {
+  color: #347235;
+  font-weight: normal;
+}
+