Display AI suggestions using different color
This commit is contained in:
10
styles.css
10
styles.css
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user