fix: editor text color (#2781)

This commit is contained in:
Dhruwang Jariwala
2024-06-19 18:01:46 +05:30
committed by GitHub
parent f358254e3c
commit 59d57c50eb
2 changed files with 0 additions and 3 deletions

View File

@@ -39,7 +39,6 @@
/* without this, it wont override the color */
p.fb-editor-paragraph {
color: var(--fb-subheading-color) !important;
overflow-wrap: break-word;
}

View File

@@ -7,7 +7,6 @@
}
.fb-editor-link {
color: #334155 !important;
text-decoration: underline !important;
}
@@ -18,7 +17,6 @@
.fb-editor-paragraph {
margin: 0 !important;
position: relative !important;
color: #334155 !important;
}
.fb-editor-paragraph:last-child {