Skip to content

Commit

Permalink
Improve examples color.
Browse files Browse the repository at this point in the history
  • Loading branch information
ioggstream committed Feb 9, 2022
1 parent 0a8fd57 commit 7d8d667
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions ruleset_doc_generator.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,15 @@ const html = `<!DOCTYPE html>
h3 {
margin: 48px 0 24px 0;
}
code, kbd {
color: white;
background-color: black;
}
pre {
color: white;
background-color: black;
padding: 20px !important;
}
</style>
<title>${title}</title>
</head>
Expand Down

0 comments on commit 7d8d667

Please sign in to comment.