Skip to content

Commit

Permalink
Improve examples color.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioggstream committed Jan 8, 2021
1 parent 592ba24 commit af33574
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions ruleset_doc_generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -62,6 +62,10 @@ const html = `<!DOCTYPE html>
h3 {
margin: 48px 0 24px 0;
}
code,kbd,pre,samp {
background-color: black;
color: lightblue;
}
</style>
<title>${title}</title>
</head>
Expand Down

0 comments on commit af33574

Please sign in to comment.