Commit f356dfe71bf126e6dc060c03f3e042de28a9bec4

paladox 2018-06-05T22:28:05

Add .token.class-name to rest of themes (#1360) * Add .token.class-name to rest of themes * Update prism-okaidia.css * Update prism-solarizedlight.css

diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css
index 3e0da35..8efbc07 100644
--- a/themes/prism-okaidia.css
+++ b/themes/prism-okaidia.css
@@ -95,7 +95,8 @@ pre[class*="language-"] {
 
 .token.atrule,
 .token.attr-value,
-.token.function {
+.token.function,
+.token.class-name {
 	color: #e6db74;
 }
 
diff --git a/themes/prism-solarizedlight.css b/themes/prism-solarizedlight.css
index bad7703..07657da 100644
--- a/themes/prism-solarizedlight.css
+++ b/themes/prism-solarizedlight.css
@@ -125,7 +125,8 @@ pre[class*="language-"] {
 	color: #859900; /* green */
 }
 
-.token.function {
+.token.function,
+.token.class-name {
 	color: #b58900; /* yellow */
 }
 
@@ -145,4 +146,4 @@ pre[class*="language-"] {
 
 .token.entity {
 	cursor: help;
-}
\ No newline at end of file
+}