diff --git a/.pre-commit-config.yaml b/.pre-commit-config.yaml index c2ebd4a1..3b89b9b7 100644 --- a/.pre-commit-config.yaml +++ b/.pre-commit-config.yaml @@ -8,7 +8,7 @@ repos: hooks: - id: check-pre-commit-ci-config - repo: https://github.com/astral-sh/ruff-pre-commit - rev: v0.0.280 + rev: v0.0.282 hooks: - id: ruff args: ['--fix', '--exit-non-zero-on-fix'] @@ -103,7 +103,7 @@ repos: additional_dependencies: - 'bandit[toml]' - repo: https://github.com/pre-commit/mirrors-prettier - rev: v3.0.0 + rev: v3.0.1 hooks: - id: prettier args: ['--single-quote', '--trailing-comma', 'es5'] diff --git a/src/baseframe/static/sass/_gridlines.scss b/src/baseframe/static/sass/_gridlines.scss index 590f1b7b..0cadd923 100644 --- a/src/baseframe/static/sass/_gridlines.scss +++ b/src/baseframe/static/sass/_gridlines.scss @@ -14,20 +14,19 @@ rgba(0, 0, 0, 0) 4.545%, rgba(0, 0, 0, 0) 100% ), - -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 35%, rgba( - 0, - 0, - 0, - 0.05 - ) - 35%, rgba(0, 0, 0, 0.05) 36%, rgba(0, 0, 0, 0) 36%, rgba(0, 0, 0, 0) - 65%, rgba(0, 0, 0, 0.05) 65%, rgba(0, 0, 0, 0.05) 66%, rgba( - 0, - 0, - 0, - 0 - ) - 66%, rgba(0, 0, 0, 0) 100%); + - webkit-linear-gradient( + 0deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 35%, + rgba(0, 0, 0, 0.05) 35%, + rgba(0, 0, 0, 0.05) 36%, + rgba(0, 0, 0, 0) 36%, + rgba(0, 0, 0, 0) 65%, + rgba(0, 0, 0, 0.05) 65%, + rgba(0, 0, 0, 0.05) 66%, + rgba(0, 0, 0, 0) 66%, + rgba(0, 0, 0, 0) 100% + ); //background-size: 1.692em 1.692em, 7.692em 7.692em; /* 7.692 - 2.308 = 5.384 */ background-size: 18px 18px, @@ -47,25 +46,19 @@ rgba(0, 0, 0, 0) 4.545%, rgba(0, 0, 0, 0) 100% ), - -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 37.5%, rgba( - 0, - 0, - 0, - 0.05 - ) - 37.5%, rgba(0, 0, 0, 0.05) 38.75%, rgba(0, 0, 0, 0) 38.75%, rgba( - 0, - 0, - 0, - 0 - ) - 62.5%, rgba(0, 0, 0, 0.05) 62.5%, rgba(0, 0, 0, 0.05) 63.75%, rgba( - 0, - 0, - 0, - 0 - ) - 63.75%, rgba(0, 0, 0, 0) 100%); + - webkit-linear-gradient( + 0deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 37.5%, + rgba(0, 0, 0, 0.05) 37.5%, + rgba(0, 0, 0, 0.05) 38.75%, + rgba(0, 0, 0, 0) 38.75%, + rgba(0, 0, 0, 0) 62.5%, + rgba(0, 0, 0, 0.05) 62.5%, + rgba(0, 0, 0, 0.05) 63.75%, + rgba(0, 0, 0, 0) 63.75%, + rgba(0, 0, 0, 0) 100% + ); background-size: 1.692em 1.692em, 6.154em 6.154em; @@ -84,25 +77,19 @@ rgba(0, 0, 0, 0) 4.545%, rgba(0, 0, 0, 0) 100% ), - -webkit-linear-gradient(0deg, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0) 32.25%, rgba( - 0, - 0, - 0, - 0.05 - ) - 32.25%, rgba(0, 0, 0, 0.05) 33.87%, rgba(0, 0, 0, 0) 33.87%, rgba( - 0, - 0, - 0, - 0 - ) - 64.52%, rgba(0, 0, 0, 0.05) 64.52%, rgba(0, 0, 0, 0.05) 66.13%, rgba( - 0, - 0, - 0, - 0 - ) - 66.13%, rgba(0, 0, 0, 0) 100%); + - webkit-linear-gradient( + 0deg, + rgba(0, 0, 0, 0), + rgba(0, 0, 0, 0) 32.25%, + rgba(0, 0, 0, 0.05) 32.25%, + rgba(0, 0, 0, 0.05) 33.87%, + rgba(0, 0, 0, 0) 33.87%, + rgba(0, 0, 0, 0) 64.52%, + rgba(0, 0, 0, 0.05) 64.52%, + rgba(0, 0, 0, 0.05) 66.13%, + rgba(0, 0, 0, 0) 66.13%, + rgba(0, 0, 0, 0) 100% + ); background-size: 1.692em 1.692em, 4.769em 4.769em;