Skip to content

Commit

Permalink
style fix
Browse files Browse the repository at this point in the history
  • Loading branch information
ibastawisi committed Jul 20, 2024
1 parent d3b18f0 commit 3e4bac2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/app/globals.css
Original file line number Diff line number Diff line change
Expand Up @@ -118,7 +118,7 @@ footer {
color: var(--mui-palette-primary-contrastText);
}

:not([theme=dark]) .MuiFab-root.MuiFab-extended {
html:not([theme=dark]) .MuiFab-root.MuiFab-extended {
color: var(--mui-palette-text-primary);
}

Expand Down
3 changes: 1 addition & 2 deletions src/editor/styles.css
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ body:has(.editor-input) footer {
position: relative;
tab-size: 1;
outline: 0;
caret-color: #eee;
}

.editor-placeholder {
Expand Down Expand Up @@ -68,6 +67,6 @@ body:has(.excalidraw.excalidraw-modal-container) {

@media screen {
[theme=dark] .editor-input {
caret-color: rgb(5, 5, 5);
caret-color: #eee;
}
}

0 comments on commit 3e4bac2

Please sign in to comment.