From 08284940742d5189e3fa43d30d65f7af1e64869f Mon Sep 17 00:00:00 2001 From: RunDevelopment Date: Tue, 2 Jul 2019 23:31:24 +0200 Subject: [PATCH] Fixed typo in Funky theme --- 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; }