Skip to content

Commit

Permalink
fix: ol and ul font colors
Browse files Browse the repository at this point in the history
  • Loading branch information
finnar-bin committed Jan 15, 2024
1 parent 9cbd4ac commit 3385aa8
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/shell/components/FieldTypeTinyMCE/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -296,7 +296,7 @@ export const FieldTypeTinyMCE = React.memo(function FieldTypeTinyMCE({
img { max-width: 100%; height: auto}\
h1, h2, h3, h4, h5, h6, strong { font-weight: 700; }\
h1, h2, h3, h4, h5, h6 { margin-top: 0px; margin-bottom: 16px; }\
p, pre, blockquote { color: #475467; margin-top: 0px; margin-bottom: 16px; }\
p, pre, blockquote, ol, ul { color: #475467; margin-top: 0px; margin-bottom: 16px; }\
h1 { font-size: 36px; line-height: 44px }\
h2 { font-size: 32px; line-height: 40px }\
h3 { font-size: 28px; line-height: 36px }\
Expand All @@ -318,7 +318,6 @@ export const FieldTypeTinyMCE = React.memo(function FieldTypeTinyMCE({
// Customize editor buttons and actions
setup: (editor: any) => {
editor.on("SkinLoaded", () => {
console.log("skin loaded");
setIsSkinLoaded(true);
});

Expand Down

0 comments on commit 3385aa8

Please sign in to comment.