diff --git a/docs/redocly.yaml b/docs/redocly.yaml deleted file mode 100644 index fc8c6bc5b..000000000 --- a/docs/redocly.yaml +++ /dev/null @@ -1,18 +0,0 @@ -# NOTE: Only supports options marked as "Supported in Redoc CE" -# See https://redocly.com/docs/cli/configuration/ for more information. - -extends: - - recommended - -rules: - no-unused-components: error - -theme: - # See https://redocly.com/docs/api-reference-docs/configuration/functionality/ - openapi: - disableSearch: true - # See https://redocly.com/docs/api-reference-docs/configuration/theming/ - theme: - colors: - primary: - main: '#32329f' diff --git a/docs/src/styles/base.scss b/docs/src/styles/base.scss index 27f85cb28..a59df6f73 100644 --- a/docs/src/styles/base.scss +++ b/docs/src/styles/base.scss @@ -1,7 +1,4 @@ @layer base { - html { - @apply scroll-smooth; - } html[data-theme="light"] { --ifm-background-color: white; --ifm-color-primary: #2563eb; /* New Primary Blue */