Display AI suggestions using different color

This commit is contained in:
Simon Rozman
2025-04-24 14:46:23 +02:00
parent 5cbac62de3
commit 9bc8dfbdfc
2 changed files with 21 additions and 0 deletions

View File

@@ -9,6 +9,11 @@
background: hsla(211, 100%, 60%, 0.3);
}
.bes-highlight-ai {
color: hsl(108, 100%, 35%);
background: hsla(108, 100%, 35%, 0.3);
}
.bes-highlight-grammar {
color: hsl(27, 100%, 45%);
background: hsla(27, 100%, 45%, 0.3);
@@ -20,6 +25,11 @@
background: hsla(211, 100%, 55%, 0.3);
}
.bes-highlight-ai {
color: hsl(108, 100%, 40%);
background: hsla(108, 100%, 40%, 0.3);
}
.bes-highlight-grammar {
color: hsl(27, 100%, 65%);
background: hsla(27, 100%, 65%, 0.3);