You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: scripts/md2html/main.css
+32-34Lines changed: 32 additions & 34 deletions
Original file line number
Diff line number
Diff line change
@@ -72,7 +72,6 @@ a.bibref {
72
72
text-decoration: underline;
73
73
}
74
74
75
-
@media (prefers-color-scheme: dark) {
76
75
body.darkmode {
77
76
--toclink-underline:#6a9000;
78
77
--toclink-visited-underline:#fff;
@@ -88,41 +87,40 @@ a.bibref {
88
87
color:#e66c33;
89
88
}
90
89
91
-
body.darkmode:not(.toc-inline) #toch2,
92
-
body.darkmodeh1,
93
-
body.darkmodeh2,
94
-
body.darkmodeh3,
95
-
body.darkmodeh4,
96
-
body.darkmodeh5,
97
-
body.darkmodeh6,
98
-
body.darkmode#title,
99
-
body.darkmode#subtitle,
100
-
body.darkmode .toc-inline,
101
-
body.darkmode .dt-published {
102
-
color:#7bb01c;
103
-
}
90
+
body.darkmode:not(.toc-inline) #toch2,
91
+
body.darkmodeh1,
92
+
body.darkmodeh2,
93
+
body.darkmodeh3,
94
+
body.darkmodeh4,
95
+
body.darkmodeh5,
96
+
body.darkmodeh6,
97
+
body.darkmode#title,
98
+
body.darkmode#subtitle,
99
+
body.darkmode .toc-inline,
100
+
body.darkmode .dt-published {
101
+
color:#7bb01c;
102
+
}
104
103
105
-
body.darkmodepre,
106
-
body.darkmodetabletr:nth-child(2n),
107
-
body.darkmodetabletr {
108
-
background-color:#1e1e1e!important;
109
-
color:#dcdcdc;
110
-
}
104
+
body.darkmodepre,
105
+
body.darkmodetabletr:nth-child(2n),
106
+
body.darkmodetabletr {
107
+
background-color:#1e1e1e!important;
108
+
color:#dcdcdc;
109
+
}
111
110
112
-
body.darkmodeimg {
113
-
background: transparent;
114
-
}
111
+
body.darkmodeimg {
112
+
background: transparent;
113
+
}
115
114
116
-
body.darkmode .logoimg {
117
-
display: none;
118
-
}
115
+
body.darkmode .logoimg {
116
+
display: none;
117
+
}
119
118
120
-
body.darkmode .logo::before {
121
-
content:"";
122
-
display: inline-block;
123
-
height:48px;
124
-
width:175px;
125
-
background:url("https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/refs/heads/main/graphics/bitmap/OpenAPI_Logo_Pantone.png") no-repeat center / contain;
126
-
vertical-align: middle;
127
-
}
119
+
body.darkmode .logo::before {
120
+
content:"";
121
+
display: inline-block;
122
+
height:48px;
123
+
width:175px;
124
+
background:url("https://raw.githubusercontent.com/OAI/OpenAPI-Style-Guide/refs/heads/main/graphics/bitmap/OpenAPI_Logo_Pantone.png") no-repeat center / contain;
0 commit comments