修复背景为黑色的问题

main
rogersun 2 weeks ago
parent 713fb4ed53
commit 28872c0e20
  1. 4
      src/style.css

@ -3,9 +3,9 @@
line-height: 1.5; line-height: 1.5;
font-weight: 400; font-weight: 400;
color-scheme: light dark; color-scheme: light;
color: rgba(255, 255, 255, 0.87); color: rgba(255, 255, 255, 0.87);
background-color: #242424; background-color: rgba(255, 255, 255, 0.87);
font-synthesis: none; font-synthesis: none;
text-rendering: optimizeLegibility; text-rendering: optimizeLegibility;

Loading…
Cancel
Save