Skip to content

Commit

Permalink
docs: css
Browse files Browse the repository at this point in the history
  • Loading branch information
lumina37 committed Feb 11, 2023
1 parent c2b1408 commit 8b82a32
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 6 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
8 changes: 3 additions & 5 deletions docs/css/custom.css
Original file line number Diff line number Diff line change
@@ -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 {
Expand Down

0 comments on commit 8b82a32

Please sign in to comment.