styled yellow color
This commit is contained in:
parent
b9d3fcc9d0
commit
f9ee128c15
|
@ -920,7 +920,7 @@ Add your custom styles in this file so it is easier to update the theme.
|
|||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .bubble.yellow {
|
||||
--bgcolor: rgb(255, 0, 255);
|
||||
--bgcolor: rgb(255, 255, 0);
|
||||
}
|
||||
|
||||
.edit-post-visual-editor__content-area .bubble.blue {
|
||||
|
|
File diff suppressed because one or more lines are too long
|
@ -54,7 +54,7 @@ body {
|
|||
--bgcolor: rgb(255,0,0);
|
||||
}
|
||||
&.yellow{
|
||||
--bgcolor: rgb(255,0,255);
|
||||
--bgcolor: rgb(255,255,0);
|
||||
}
|
||||
&.blue{
|
||||
--bgcolor: rgb(0,0,255);
|
||||
|
|
Loading…
Reference in New Issue