lesion 5 years ago
parent
commit
4dee14702d
1 changed files with 6 additions and 0 deletions
  1. 6 0
      index.html

+ 6 - 0
index.html

@@ -12,6 +12,12 @@
   <!-- Theme used for syntax highlighting of code -->
   <link rel="stylesheet" href="lib/css/zenburn.css">
   
+  <!-- User style -->
+  <style>
+    .red { color: #ff2c2d; }
+    .green { color: #17ff2e; }
+    .blue { color: #1b91ff; }
+  </style>
   <!-- Printing and PDF exports -->
   <script>
     var link = document.createElement( 'link' );