fix light dark mode

This commit is contained in:
NilsUeter
2023-04-13 22:50:20 +02:00
parent 83423266dc
commit f75fa295ca
2 changed files with 13 additions and 20 deletions
+2 -2
View File
@@ -121,8 +121,8 @@ function App() {
<div style={{ padding: "8px 0", fontSize: "1.7rem" }}>
Output Examples
</div>
<img src={Demo0} />
<img src={Demo1} />
<img src={Demo0} style={{ width: "100%" }} />
<img src={Demo1} style={{ width: "100%" }} />
</div>
</div>
</div>