Screenshot to Code
@@ -191,7 +191,7 @@ function App() {
{executionConsole.slice(-1)[0]}
-
@@ -208,26 +208,32 @@ function App() {
value={updateInstruction}
/>
-
+
Include screenshot of current version?
-
Update
+
+ Update
+
Download
Reset
@@ -245,7 +251,7 @@ function App() {
})}
>
diff --git a/frontend/src/index.css b/frontend/src/index.css
index ab05eb6..60c65ab 100644
--- a/frontend/src/index.css
+++ b/frontend/src/index.css
@@ -62,8 +62,25 @@
--radius: 0.5rem;
}
+ /* invert image for dark theme */
+ .invert {
+ filter: invert();
+ }
+
+ body.dark {
+ background-color: black;
+ }
+
+ div[role="presentation"].dark {
+ background-color: #09090b !important;
+ }
+
+ iframe {
+ background-color: white !important;
+ }
+
.dark {
- --background: 222.2 84% 4.9%;
+ --background: 222.2 0% 0%;
--foreground: 210 40% 98%;
--card: 222.2 84% 4.9%;