Skip to content

Commit a2394b1

Browse files
committed
Format code
1 parent 973999a commit a2394b1

File tree

1 file changed

+14
-14
lines changed

1 file changed

+14
-14
lines changed

scripts/md2html/main.css

Lines changed: 14 additions & 14 deletions
Original file line numberDiff line numberDiff line change
@@ -72,20 +72,20 @@ a.bibref {
7272
text-decoration: underline;
7373
}
7474

75-
body.darkmode {
76-
--toclink-underline: #6a9000;
77-
--toclink-visited-underline: #fff;
78-
}
79-
80-
body.darkmode a,
81-
body.darkmode .tocxref,
82-
body.darkmode .u-url {
83-
color: #6a9000;
84-
}
85-
86-
body.darkmode code {
87-
color: #e66c33;
88-
}
75+
body.darkmode {
76+
--toclink-underline: #6a9000;
77+
--toclink-visited-underline: #fff;
78+
}
79+
80+
body.darkmode a,
81+
body.darkmode .tocxref,
82+
body.darkmode .u-url {
83+
color: #6a9000;
84+
}
85+
86+
body.darkmode code {
87+
color: #e66c33;
88+
}
8989

9090
body.darkmode:not(.toc-inline) #toc h2,
9191
body.darkmode h1,

0 commit comments

Comments
 (0)