Revert "fix: scroll issue"

This reverts commit eedc520155d7ad6f2c2a64cc56f0197aa9669087.
This commit is contained in:
hieu-jan 2023-11-21 11:56:26 +09:00
parent eedc520155
commit 5983984414
2 changed files with 21 additions and 0 deletions

18
docs/redocly.yaml Normal file
View File

@ -0,0 +1,18 @@
# 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'

View File

@ -1,4 +1,7 @@
@layer base {
html {
@apply scroll-smooth;
}
html[data-theme="light"] {
--ifm-background-color: white;
--ifm-color-primary: #2563eb; /* New Primary Blue */