Skip to content

Commit 15aee42

Browse files
committed
Enable dark mode functionality
1 parent f583ff9 commit 15aee42

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

scripts/md2html/md2html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -129,6 +129,7 @@ function preface(title,options) {
129129
preface += '<meta name="description" content="The OpenAPI Specification (OAS) defines a standard, programming language-agnostic interface description for HTTP APIs.">';
130130

131131
// ReSpec
132+
preface += '<meta name="color-scheme" content="light dark">';
132133
preface += '<script src="../js/respec-w3c.js" class="remove"></script>';
133134
preface += `<script class="remove">var respecConfig = ${JSON.stringify(respec)};</script>`;
134135
try {

0 commit comments

Comments
 (0)