From 0bc1fed222b3949ad3e8077baf3f1832d521d4a3 Mon Sep 17 00:00:00 2001 From: Artem Date: Sat, 22 Feb 2025 21:43:14 +0700 Subject: [PATCH 1/2] fix(docs): fixed styling --- docs/src/css/custom.css | 22 ++++++++++++++++++++++ 1 file changed, 22 insertions(+) diff --git a/docs/src/css/custom.css b/docs/src/css/custom.css index 18d5ccb..b3c69f3 100644 --- a/docs/src/css/custom.css +++ b/docs/src/css/custom.css @@ -185,3 +185,25 @@ code:not([class^="language-"]) { .markdown code { font-size: 1.16rem; /* 18px for code */ } + + +.navbar__title { + font-size: 1.5rem; +} + +.table-of-contents__link { + font-size: 1.2rem; +} + +.toc-highlight { + font-size: 1.2rem; +} + +.navbar__item { + font-size: 1.2rem; + line-height: 1rem; +} + +.footer { + background: #1a1a1a; +} \ No newline at end of file From 0ca005d06c45d03b8a95251fc2290ccae6610240 Mon Sep 17 00:00:00 2001 From: Artem Date: Sat, 22 Feb 2025 21:56:54 +0700 Subject: [PATCH 2/2] trying to fix vercel CI --- .github/workflows/docs.yml | 1 - 1 file changed, 1 deletion(-) diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index f1161ad..aadd911 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -45,7 +45,6 @@ jobs: scope: ${{ secrets.ORG_ID}} # Required vercel-args: ${{ github.ref_name == 'main' && '--prod' || '' }} vercel-project-id: ${{ secrets.PROJECT_ID}} # Required - working-directory: ./docs/build - name: Comment PR if: github.event_name == 'pull_request'