Skip to content

Commit

Permalink
Fix #205
Browse files Browse the repository at this point in the history
  • Loading branch information
Cuperino committed Aug 14, 2023
1 parent ab797db commit 1249c14
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/prompter/documenthandler.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ void DocumentHandler::setDocument(QQuickTextDocument *document)
if (m_document) {
m_document->textDocument()->setDefaultStyleSheet(QString::fromUtf8(
"body{margin:0;padding:0;color:\"#FFFFFF\";}a:link,a:visited,a:hover,a:active,a:before,a:after{text-decoration:overline;color:\"#FFFFFF\";"
"background-color:rgba(0,0,0,0.0);}blockquote,address,cite,code,pre,h1,h2,h3,h4,h5,h6,table,tbody,td,th,thead,tr,dl,dt,big,small,tt,font{white-"
"background-color:rgba(0,0,0,0.0);}blockquote,address,cite,code,pre,h1,h2,h3,h4,h5,h6,table,tbody,td,th,thead,tr,dl,dt,big,small,tt{white-"
"space:pre-wrap;font-size:medium;line-height:100%;margin:0;padding:0;border-width:2px;border-collapse:collapse;border-style:solid;border-color:\"#"
"404040\";background-color:rgba(0,0,0,0.0);font-weight:normal;}table,tbody,thead{width:100%;}table,tbody,thead,td,th,tr{border:1pt;valign:top;"
"background-color:rgba(0,0,0,0.0);}img{margin:5pt;width:50vw;}p{margin:0;}h1,h2,h3,h4,h5,h6,big{font-size:medium;font-weight:normal;}"));
Expand Down

0 comments on commit 1249c14

Please sign in to comment.