Skip to content

Commit

Permalink
Merge pull request #217 from sparcs-kaist/fix/comment-HTML-issue-new
Browse files Browse the repository at this point in the history
fix: comment HTML issue
  • Loading branch information
thomaskim1130 authored Aug 29, 2024
2 parents 6613144 + ac4989d commit 3df2fc3
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/utils/html_info.dart
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ String getContentHtml(String content, {double? width}) {
a {
color: #00b8d4;
text-decoration: underline;
display: inline-block;
}
h1, h2, h3, h4, h5, h6 {
Expand Down Expand Up @@ -150,8 +151,9 @@ String getContentHtml(String content, {double? width}) {
body {
color: #4a4a4a;
font-size: 1rem;
font-size: 14px;
font-weight: 400;
line-height: 1.5
}
Expand Down

0 comments on commit 3df2fc3

Please sign in to comment.