Skip to content

Commit

Permalink
[pre-commit.ci lite] apply automatic fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
pre-commit-ci-lite[bot] authored Jan 27, 2025
1 parent a1eb10d commit 42a0710
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ body {
text-align: right;
}
}

/*! rtl:end:ignore */

// Overriding default Vuetify theme
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -28,9 +28,7 @@
.editing .mq-math-mode {
background-color: #f9f2f4;
border-radius: 4px;
box-shadow:
0 2px 1px -1px rgba(0, 0, 0, 0.2),
0 1px 1px 0 rgba(0, 0, 0, 0.14),
box-shadow: 0 2px 1px -1px rgba(0, 0, 0, 0.2), 0 1px 1px 0 rgba(0, 0, 0, 0.14),
0 1px 3px 0 rgba(0, 0, 0, 0.12);
}

Expand Down

0 comments on commit 42a0710

Please sign in to comment.