Skip to content

Commit

Permalink
style(editor): update colors in editor.css
Browse files Browse the repository at this point in the history
Updated border and background colors in editor.css for better contrast and visibility.
  • Loading branch information
phodal committed Sep 29, 2024
1 parent 097528e commit cecfc1c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions web/core/lib/editor/editor.css
Original file line number Diff line number Diff line change
Expand Up @@ -490,9 +490,9 @@
.ProseMirror .my-advice {
border-bottom-width: 2px;
--tw-border-opacity: 1;
border-color: rgb(254 240 138 / var(--tw-border-opacity));
border-color: rgb(117 9 34 / var(--tw-border-opacity));
--tw-bg-opacity: 1;
background-color: rgb(161 98 7 / var(--tw-bg-opacity))
background-color: rgb(217 39 80 / var(--tw-bg-opacity))
}

.bubble-menu-group {
Expand Down

0 comments on commit cecfc1c

Please sign in to comment.