From f3191e899367d6c2b5e4375af951e26907223eb9 Mon Sep 17 00:00:00 2001 From: Thijs Louisse Date: Tue, 6 Dec 2022 09:37:40 +0100 Subject: [PATCH] chore: decrease specificity of demo reset, so custom styles win --- docs/_assets/style.css | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/_assets/style.css b/docs/_assets/style.css index 4c06bbb9a..acd3196d5 100644 --- a/docs/_assets/style.css +++ b/docs/_assets/style.css @@ -118,8 +118,8 @@ rocket-navigation ul > li:nth-child(n + 6).active > ul { } .markdown-body mdjs-preview > [slot='story'], -.markdown-body mdjs-preview > [slot='story'] :where(img, button, p, h1, h2, h3, h4, h5, h6) { - all: initial; +[slot='story']:where(img, button, p, h1, h2, h3, h4, h5, h6) { + all: revert; } .markdown-body mdjs-preview > [slot='story'] {