Skip to content

Commit

Permalink
Minor. Default dark CSS to media dark mode
Browse files Browse the repository at this point in the history
  • Loading branch information
csarven committed Feb 19, 2024
1 parent c6bf716 commit e9fb720
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
<title>Solid Notifications Protocol</title>
<meta content="width=device-width, initial-scale=1" name="viewport" />
<link href="https://www.w3.org/StyleSheets/TR/2021/W3C-ED" media="all" rel="stylesheet" title="W3C-ED" />
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="all" rel="stylesheet" />
<link href="https://www.w3.org/StyleSheets/TR/2021/dark.css" media="(prefers-color-scheme: dark)" rel="stylesheet" />
<style>
body {
counter-reset:section;
Expand Down

0 comments on commit e9fb720

Please sign in to comment.