Skip to content

Commit

Permalink
fix: default to white color on dark theme (vuejs#202)
Browse files Browse the repository at this point in the history
  • Loading branch information
pdanpdan authored Jan 7, 2024
1 parent e085e30 commit 481035a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/output/srcdoc.html
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,9 @@
<html>
<head>
<style>
html.dark {
color: white
}
body {
font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif;
Expand Down

0 comments on commit 481035a

Please sign in to comment.