From 867804573562ef0ac5acf470420b97e43488ccde Mon Sep 17 00:00:00 2001 From: Michael Schmidt Date: Mon, 6 Jan 2020 20:09:40 +0100 Subject: [PATCH] Added missing `.token` selector (#2161) This fixes lone `.namespace` rules without the .token component selector some themes had. --- themes/prism-coy.css | 2 +- themes/prism-dark.css | 2 +- themes/prism-funky.css | 2 +- themes/prism-okaidia.css | 2 +- themes/prism-solarizedlight.css | 2 +- themes/prism-twilight.css | 2 +- themes/prism.css | 2 +- 7 files changed, 7 insertions(+), 7 deletions(-) diff --git a/themes/prism-coy.css b/themes/prism-coy.css index 5118dca158..2d873dced9 100644 --- a/themes/prism-coy.css +++ b/themes/prism-coy.css @@ -178,7 +178,7 @@ pre[class*="language-"]:after { cursor: help; } -.namespace { +.token.namespace { opacity: .7; } diff --git a/themes/prism-dark.css b/themes/prism-dark.css index 73387bfb11..ea98cd103e 100644 --- a/themes/prism-dark.css +++ b/themes/prism-dark.css @@ -70,7 +70,7 @@ pre[class*="language-"] { opacity: .7; } -.namespace { +.token.namespace { opacity: .7; } diff --git a/themes/prism-funky.css b/themes/prism-funky.css index d30d91255c..21a89410fc 100644 --- a/themes/prism-funky.css +++ b/themes/prism-funky.css @@ -59,7 +59,7 @@ code[class*="language-"] { color: #999; } -.namespace { +.token.namespace { opacity: .7; } diff --git a/themes/prism-okaidia.css b/themes/prism-okaidia.css index 767417b5dd..fcb5fc4e4b 100644 --- a/themes/prism-okaidia.css +++ b/themes/prism-okaidia.css @@ -59,7 +59,7 @@ pre[class*="language-"] { color: #f8f8f2; } -.namespace { +.token.namespace { opacity: .7; } diff --git a/themes/prism-solarizedlight.css b/themes/prism-solarizedlight.css index 6c4715ef28..65e4a65860 100644 --- a/themes/prism-solarizedlight.css +++ b/themes/prism-solarizedlight.css @@ -91,7 +91,7 @@ pre[class*="language-"] { color: #586e75; /* base01 */ } -.namespace { +.token.namespace { opacity: .7; } diff --git a/themes/prism-twilight.css b/themes/prism-twilight.css index 662df42e73..941d6d7f4d 100644 --- a/themes/prism-twilight.css +++ b/themes/prism-twilight.css @@ -85,7 +85,7 @@ code[class*="language-"]::selection, code[class*="language-"] ::selection { opacity: .7; } -.namespace { +.token.namespace { opacity: .7; } diff --git a/themes/prism.css b/themes/prism.css index ec469f01f3..618a4121e1 100644 --- a/themes/prism.css +++ b/themes/prism.css @@ -77,7 +77,7 @@ pre[class*="language-"] { color: #999; } -.namespace { +.token.namespace { opacity: .7; }