styled yellow color

This commit is contained in:
jorge-vitrubio 2024-02-02 00:56:13 +01:00
parent b9d3fcc9d0
commit f9ee128c15
4 changed files with 4 additions and 4 deletions

View File

@ -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

View File

@ -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);

View File

@ -786,7 +786,7 @@ body {
}
.bubble.yellow {
--bgcolor: rgb(255, 0, 255);
--bgcolor: rgb(255, 255, 0);
}
.bubble.blue {