Skip to content

Commit bd7784d

Browse files
[pre-commit.ci] pre-commit autoupdate (#107)
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
1 parent 9490afe commit bd7784d

File tree

2 files changed

+8
-4
lines changed

2 files changed

+8
-4
lines changed

.pre-commit-config.yaml

+2-2
Original file line numberDiff line numberDiff line change
@@ -34,14 +34,14 @@ repos:
3434
name: Check for debug statements.
3535

3636
- repo: https://github.com/PyCQA/autoflake
37-
rev: v2.1.0
37+
rev: v2.1.1
3838
hooks:
3939
- id: autoflake
4040
name: Remove unused imports with autoflake.
4141
args: ["--in-place", "--remove-all-unused-imports"]
4242

4343
- repo: https://github.com/pre-commit/mirrors-prettier
44-
rev: v3.0.0-alpha.6
44+
rev: v3.0.0-alpha.9-for-vscode
4545
hooks:
4646
- id: prettier
4747
name: Running prettier in non-python files.

api/static/css/toggle-dark.css

+6-2
Original file line numberDiff line numberDiff line change
@@ -11,12 +11,16 @@ a.darkmode {
1111
justify-content: center;
1212
border-radius: 50%;
1313
border: 2px solid var(--border);
14-
box-shadow: 0 0 3px rgb(0 0 0 / 12%), 0 1px 2px rgb(0 0 0 / 24%);
14+
box-shadow:
15+
0 0 3px rgb(0 0 0 / 12%),
16+
0 1px 2px rgb(0 0 0 / 24%);
1517
transition: 0.2s ease-in box-shadow;
1618
}
1719

1820
a.darkmode:hover {
19-
box-shadow: 0 0 6px rgb(0 0 0 / 16%), 0 3px 6px rgb(0 0 0 / 23%);
21+
box-shadow:
22+
0 0 6px rgb(0 0 0 / 16%),
23+
0 3px 6px rgb(0 0 0 / 23%);
2024
}
2125

2226
@media only screen and (max-width: 600px) {

0 commit comments

Comments
 (0)