mirror of
https://github.com/formbricks/formbricks.git
synced 2025-12-30 10:19:51 -06:00
fix: editor text color (#2781)
This commit is contained in:
committed by
GitHub
parent
f358254e3c
commit
59d57c50eb
@@ -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;
|
||||
}
|
||||
|
||||
|
||||
@@ -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 {
|
||||
|
||||
Reference in New Issue
Block a user