File tree Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Expand file tree Collapse file tree 1 file changed +4
-2
lines changed Original file line number Diff line number Diff line change 5
5
< title > Solid Notifications Protocol</ title >
6
6
< meta content ="width=device-width, initial-scale=1 " name ="viewport " />
7
7
< link href ="https://www.w3.org/StyleSheets/TR/2021/W3C-ED " media ="all " rel ="stylesheet " title ="W3C-ED " />
8
+ < link href ="https://www.w3.org/StyleSheets/TR/2021/dark.css " media ="(prefers-color-scheme: dark) " rel ="stylesheet " />
8
9
< style >
10
+ @media (prefers-color-scheme : light) {
11
+ pre code , pre samp { color : # 000 ; }
12
+ }
9
13
body {
10
14
counter-reset : section;
11
15
counter-reset : sub-section;
12
16
}
13
- em .rfc2119 { color : # 900 ; }
14
17
code , samp { color : # c83500 ; }
15
- pre code , pre samp { color : # 000 ; }
16
18
dfn { font-weight : inherit; }
17
19
.do .fragment a { border-bottom : 0 ; }
18
20
.do .fragment a : hover { background : none; border-bottom : 0 ; }
You can’t perform that action at this time.
0 commit comments