Commit cbf4bd478e95b562bb1df6f2aec588e6da6e0654

Lea Verou 2015-03-16T04:47:29

Merge pull request #551 from marshmellow1328/gh-pages added color for function tokens

1
2
3
4
5
6
7
8
9
10
11
12
13
14
diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index d64cde3..3ff2e3c 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -92,7 +92,8 @@ pre[class*="language-"] {
 }
 
 .token.atrule,
-.token.attr-value {
+.token.attr-value,
+.token.function {
 	color: #e6db74;
 }