diff options
| author | pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com> | 2026-04-10 10:57:07 +0000 |
|---|---|---|
| committer | Saptak Sengupta <saptak013@gmail.com> | 2026-04-13 15:30:43 +0530 |
| commit | 858167b78fad97ec2aa3ef5a84de730a41135e5c (patch) | |
| tree | ed97c6b93188e3ec634d5f24cc90f1fb79718271 | |
| parent | 8d532552b2081ba9cbee0f48ae786e826e094697 (diff) | |
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
| -rw-r--r-- | djangoproject/scss/_dark-mode.scss | 1 | ||||
| -rw-r--r-- | djangoproject/scss/_style.scss | 2 |
2 files changed, 1 insertions, 2 deletions
diff --git a/djangoproject/scss/_dark-mode.scss b/djangoproject/scss/_dark-mode.scss index fe8d03ba..1382a1f1 100644 --- a/djangoproject/scss/_dark-mode.scss +++ b/djangoproject/scss/_dark-mode.scss @@ -358,4 +358,3 @@ html[data-theme="light"] .admonition { opacity: 0.5; } } - diff --git a/djangoproject/scss/_style.scss b/djangoproject/scss/_style.scss index 331cbe4a..6a8565d9 100644 --- a/djangoproject/scss/_style.scss +++ b/djangoproject/scss/_style.scss @@ -1018,7 +1018,7 @@ footer { &:focus { outline: 2px solid var(--menu); - } + } } } |
