Skip to content

Commit

Permalink
point to another var
Browse files Browse the repository at this point in the history
  • Loading branch information
nabobalis committed Jul 5, 2024
1 parent b93bd80 commit bb99342
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@ ci:
autoupdate_schedule: "quarterly"
repos:
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: "v0.5.0"
rev: "v0.5.1"
hooks:
- id: ruff
args: ["--fix", "--unsafe-fixes"]
Expand Down Expand Up @@ -42,6 +42,6 @@ repos:
args: ["--fix=lf"]
- id: trailing-whitespace
- repo: https://github.com/crate-ci/typos
rev: v1.22.9
rev: v1.23.1
hooks:
- id: typos
4 changes: 2 additions & 2 deletions src/sunpy_sphinx_theme/theme/sunpy/static/sunpy_style.css
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ html[data-theme="light"] {
--pst-color-success-bg: #d6ece1;
--pst-color-surface: var(--sst-lightest-color);
--pst-color-target: #f3cf95;
--pst-color-text-muted: #48566b;
--pst-color-text-muted: var(--sst-header-text);
--pst-color-warning-bg: #f8e3d0;

--sst-footer-background-color: var(--sst-lightest-color);
Expand Down Expand Up @@ -118,7 +118,7 @@ html[data-theme="dark"] {
--pst-color-success-bg: #002f17;
--pst-color-surface: var(--sst-darker-color);
--pst-color-target: #675c04;
--pst-color-text-muted: #9ca4af;
--pst-color-text-muted: var(--sst-header-text);
--pst-color-warning-bg: #652a02;

--sst-footer-background-color: var(--sst-darker-color);
Expand Down

0 comments on commit bb99342

Please sign in to comment.