summaryrefslogtreecommitdiff
path: root/frontend/src/styles
diff options
context:
space:
mode:
authorArne Rief <riearn@proton.me>2025-12-22 21:20:39 +0100
committerArne Rief <riearn@proton.me>2025-12-22 21:20:39 +0100
commite836e7dd4ed5e9fa60e949d159100040b22a8f48 (patch)
treea11954c06e55e8ef53fcb634fa5954dfcb42ffc3 /frontend/src/styles
parentd1b64ddd78d8b8dc3eca76038a75071ab2a575d9 (diff)
Movement simulator for all and single robot, project v1 ready
Diffstat (limited to 'frontend/src/styles')
-rw-r--r--frontend/src/styles/index.css16
1 files changed, 4 insertions, 12 deletions
diff --git a/frontend/src/styles/index.css b/frontend/src/styles/index.css
index dcc2590..bd4eacd 100644
--- a/frontend/src/styles/index.css
+++ b/frontend/src/styles/index.css
@@ -20,25 +20,17 @@
--text-small: 0.9rem;
box-sizing: border-box;
+
+ background-color: #fff;
+ color: #213547;
+
font-family: system-ui, Avenir, Helvetica, Arial, sans-serif;
line-height: 1.5;
font-weight: 400;
-
- color-scheme: light dark;
- color: rgba(255, 255, 255, 0.87);
- background-color: #242424;
-
font-synthesis: none;
text-rendering: optimizeLegibility;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
-
- @media (prefers-color-scheme: light) {
- :root {
- color: #213547;
- background-color: #fff;
- }
- }
}
body {