We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f583ff9 commit 15aee42Copy full SHA for 15aee42
scripts/md2html/md2html.js
@@ -129,6 +129,7 @@ function preface(title,options) {
129
preface += '<meta name="description" content="The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs.">';
130
131
// ReSpec
132
+ preface += '<meta name="color-scheme" content="light dark">';
133
preface += '<script src="../js/respec-w3c.js" class="remove"></script>';
134
preface += `<script class="remove">var respecConfig = ${JSON.stringify(respec)};</script>`;
135
try {
0 commit comments