Skip to content

Commit

Permalink
chore: css adjust
Browse files Browse the repository at this point in the history
  • Loading branch information
bs32g1038 committed May 7, 2024
1 parent da7a0f1 commit c0b1bb9
Showing 1 changed file with 5 additions and 6 deletions.
11 changes: 5 additions & 6 deletions web/styles/style.scss
Original file line number Diff line number Diff line change
Expand Up @@ -79,14 +79,11 @@ table.ProseMirror-selectednode {
margin: 0;
padding: 0;
z-index: 20;
color: rgba(0, 0, 0, 0.85);
color: rgba(0, 0, 0, 0.8);
// font-family: PingFang SC,Hiragino Sans GB,Microsoft YaHei,WenQuanYi Micro Hei,Helvetica Neue,Arial,sans-serif;
color: #222;
line-height: 1.65;
font-size: 15px;
a {
color: rgba(0, 0, 0, 0.85);
}
font-size: 14px;
}

.rich-text *:not(table) {
Expand All @@ -108,8 +105,10 @@ table.ProseMirror-selectednode {

.rich-text p {
margin: 10px 0;
color: #333;
font-weight: normal;
&:first-child {
margin-top: 0;
}
}

.rich-text > h1:first-of-type,
Expand Down

0 comments on commit c0b1bb9

Please sign in to comment.