Skip to content

Commit

Permalink
chore: pre-commit autoupdate (#5145)
Browse files Browse the repository at this point in the history
Co-authored-by: pre-commit-ci[bot] <66853113+pre-commit-ci[bot]@users.noreply.github.com>
  • Loading branch information
pre-commit-ci[bot] authored Feb 10, 2025
1 parent 69606c6 commit 78f9ca6
Show file tree
Hide file tree
Showing 3 changed files with 16 additions and 11 deletions.
4 changes: 2 additions & 2 deletions .pre-commit-config.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ repos:
# https://github.com/crate-ci/typos/issues/347
pass_filenames: false
- repo: https://github.com/rbubley/mirrors-prettier
rev: v3.4.2
rev: v3.5.0
hooks:
- id: prettier
additional_dependencies:
Expand All @@ -25,7 +25,7 @@ repos:
# https://github.com/PRQL/prql/issues/3078
- prettier-plugin-go-template
- repo: https://github.com/astral-sh/ruff-pre-commit
rev: v0.9.4
rev: v0.9.6
hooks:
- id: ruff
args: [--fix]
Expand Down
6 changes: 3 additions & 3 deletions web/playground/src/index.css
Original file line number Diff line number Diff line change
@@ -1,8 +1,8 @@
body {
margin: 0;
font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto",
"Oxygen", "Ubuntu", "Cantarell", "Fira Sans", "Droid Sans",
"Helvetica Neue", sans-serif;
font-family:
-apple-system, BlinkMacSystemFont, "Segoe UI", "Roboto", "Oxygen", "Ubuntu",
"Cantarell", "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;

Expand Down
17 changes: 11 additions & 6 deletions web/website/themes/prql-theme/static/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,10 +17,12 @@
--main-color: #202b38;
--secondary-color: #c92a2a;
--third-color: #1864ab;
--title-font: InterExtraBold, -apple-system, BlinkMacSystemFont, "Segoe UI",
Roboto, Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--body-font: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
--title-font:
InterExtraBold, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
Oxygen-Sans, Ubuntu, Cantarell, "Helvetica Neue", sans-serif;
--body-font:
-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen-Sans, Ubuntu,
Cantarell, "Helvetica Neue", sans-serif;
}

body {
Expand Down Expand Up @@ -185,7 +187,8 @@ pre ::-webkit-scrollbar-thumb:hover {
width: 100%;
min-height: calc(100vh - 81px);
background: #f2f9ff;
background: repeating-linear-gradient(
background:
repeating-linear-gradient(
45deg,
transparent,
transparent 150px,
Expand Down Expand Up @@ -281,7 +284,8 @@ section {
.section-bg,
.services .icon-box {
background: #f2f9ff;
background: repeating-linear-gradient(
background:
repeating-linear-gradient(
45deg,
transparent,
transparent 150px,
Expand Down Expand Up @@ -420,7 +424,8 @@ section {
# testimonials-section
--------------------------------------------------------------*/
.testimonials-section {
background: repeating-linear-gradient(
background:
repeating-linear-gradient(
45deg,
transparent,
transparent 150px,
Expand Down

0 comments on commit 78f9ca6

Please sign in to comment.