Skip to content

Commit 481035a

Browse files
authored
fix: default to white color on dark theme (#202)
1 parent e085e30 commit 481035a

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/output/srcdoc.html

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,9 @@
22
<html>
33
<head>
44
<style>
5+
html.dark {
6+
color: white
7+
}
58
body {
69
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
710
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;

0 commit comments

Comments
 (0)