Skip to content

Commit

Permalink
style: deno now formats css
Browse files Browse the repository at this point in the history
  • Loading branch information
scarf005 committed Sep 29, 2024
1 parent 7f7b029 commit 680986e
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
6 changes: 3 additions & 3 deletions doc/src/styles/capitalize.css
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
details summary>h2.large,
details li>a>span,
details summary > h2.large,
details li > a > span,
main h1,
aside>p {
aside > p {
text-transform: capitalize;
}
2 changes: 1 addition & 1 deletion doc/src/styles/theme.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
}

/* Light mode colors. */
:root[data-theme='light'] {
:root[data-theme="light"] {
--sl-color-accent-low: #d7d7d7;
--sl-color-accent: #6b6b6b;
--sl-color-accent-high: #323232;
Expand Down

0 comments on commit 680986e

Please sign in to comment.