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 d8ff02e commit a9996c0Copy full SHA for a9996c0
scripts/md2html/md2html.js
@@ -149,6 +149,7 @@ function preface(title,options) {
149
preface += '<h2>Status of This Document</h2>';
150
preface += 'The source-of-truth for this specification is the HTML file referenced above as <em>This version</em>.';
151
preface += '</section>';
152
+ preface += '<link rel="stylesheet" type="text/css" href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)">';
153
154
return preface;
155
}
0 commit comments