From 8b82a329ae3db1c87b23b657d1304d93d79c3bc1 Mon Sep 17 00:00:00 2001 From: Starry-OvO Date: Sat, 11 Feb 2023 13:38:45 +0800 Subject: [PATCH] docs: css --- .github/workflows/Publish.yml | 2 +- docs/css/custom.css | 8 +++----- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 76d2410..1d1f207 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -20,7 +20,7 @@ jobs: - name: Checkout uses: actions/checkout@v3 - - name: Set up Python ${{ env.PYTHON_VER }} + - name: Setup Python ${{ env.PYTHON_VER }} uses: actions/setup-python@v4 with: python-version: ${{ env.PYTHON_VER }} diff --git a/docs/css/custom.css b/docs/css/custom.css index b71d0db..adaf87c 100644 --- a/docs/css/custom.css +++ b/docs/css/custom.css @@ -1,9 +1,7 @@ -[data-md-color-scheme="slate"] { +[data-md-color-scheme=slate] { --md-hue: 210; - --md-default-bg-color: hsla(var(--md-hue), 15%, 12%, 1); - --md-default-bg-color--light: hsla(var(--md-hue), 15%, 12%, 0.54); - --md-default-bg-color--lighter: hsla(var(--md-hue), 15%, 12%, 0.26); - --md-default-bg-color--lightest: hsla(var(--md-hue), 15%, 12%, 0.07); + --md-default-bg-color: hsla(var(--md-hue), 15%, 10%, 1); + --md-typeset-a-color: hsla(var(--md-hue), 75%, 50%, 1); } div.docstring {