Skip to content

Commit

Permalink
boop
Browse files Browse the repository at this point in the history
  • Loading branch information
threepointone committed Feb 11, 2025
1 parent 1881fa2 commit 8bb8f63
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
3 changes: 2 additions & 1 deletion fixtures/lexical-yjs/public/lexical.css
Original file line number Diff line number Diff line change
Expand Up @@ -2406,7 +2406,8 @@ i.send {
position: relative;
margin-top: 15px;
height: 150px;
background-image: linear-gradient(transparent, black),
background-image:
linear-gradient(transparent, black),
linear-gradient(to right, white, transparent);
user-select: none;
}
Expand Down
3 changes: 2 additions & 1 deletion fixtures/todo-sync/src/client/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,8 @@

/* Base typography */
:root {
--font-sans: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
--font-sans:
system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
"Helvetica Neue", Arial, sans-serif;
--text-color: #1a1a1a;
--border-color: #e5e5e5;
Expand Down

0 comments on commit 8bb8f63

Please sign in to comment.