From 0649c0a23608c475d95fb22b06fd75483f25b7b6 Mon Sep 17 00:00:00 2001 From: bcakmakoglu <78412429+bcakmakoglu@users.noreply.github.com> Date: Fri, 3 Jun 2022 23:11:57 +0200 Subject: [PATCH] docs: remove vuepress code stylings --- docs/src/.vuepress/assets/index.css | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/docs/src/.vuepress/assets/index.css b/docs/src/.vuepress/assets/index.css index f534b82c..092c9de5 100644 --- a/docs/src/.vuepress/assets/index.css +++ b/docs/src/.vuepress/assets/index.css @@ -97,3 +97,11 @@ ul li { background: var(--color); } } + +.theme-container.examples .theme-default-content pre, .theme-default-content pre[class*=language-] { + padding: unset; + margin: unset; + border-radius: unset; + line-height: unset; + +}