From 7bc2c070e86c641bb349f026a0ff624f35ecd19f Mon Sep 17 00:00:00 2001 From: mfahampshire Date: Mon, 21 Oct 2024 11:20:32 +0200 Subject: [PATCH] pick yana's edits: remove specified callout theming --- documentation/docs/pages/styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/documentation/docs/pages/styles.css b/documentation/docs/pages/styles.css index c865a412e8..c4844270e1 100644 --- a/documentation/docs/pages/styles.css +++ b/documentation/docs/pages/styles.css @@ -13,7 +13,7 @@ div.nextra-code-block > div { scroll-y: auto !important; } -/* whole div */ +/* set width entire div */ .nx-mx-auto.nx-flex.nx-max-w-\[90rem\] { max-width: 110rem; padding: 0%; @@ -70,6 +70,7 @@ div.nextra-code-block > div { } /* Callouts */ +/* .nextra-callout { background-color: #fb6e4e21 !important; } @@ -77,16 +78,21 @@ div.nextra-code-block > div { .nx-mt-6 .nx-leading-7 > p { color: var(--colorPrimary) !important; } +*/ /* Callout Secondary */ +/* :is(html .dark\:nx-border-yellow-200\/30) { border-color: transparent !important; } +*/ /* Callout Primary */ +/* :is(html .dark\:nx-border-blue-200\/30) { border-color: var(--colorPrimary) !important; } +*/ /* Chips*/ .chipContained {