From 7d0565915765fd1887029960c78a787dccfe80d6 Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Mon, 15 Jul 2019 22:59:33 +0200 Subject: [PATCH] Fixed typo in Funky theme (#1960) The `.toke.variable` selector has been fixed to be `.token.variable`. --- themes/prism-funky.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/themes/prism-funky.css b/themes/prism-funky.css index 2eda0b00c1..55b32551e5 100644 --- a/themes/prism-funky.css +++ b/themes/prism-funky.css @@ -84,7 +84,7 @@ code[class*="language-"] { .token.entity, .token.url, .language-css .token.string, -.toke.variable, +.token.variable, .token.inserted { color: yellowgreen; }