diff --git a/app/modules/components/tags/tag/tag.scss b/app/modules/components/tags/tag/tag.scss index 185940e8..abdb8c98 100644 --- a/app/modules/components/tags/tag/tag.scss +++ b/app/modules/components/tags/tag/tag.scss @@ -1,4 +1,5 @@ -.tag { +// this :not(code) prevent to override prismjs (wysiwyg) styles +:not(code) > .tag { @include font-type(light); @include font-size(small); background: $mass-white;