commit 0d40a80be15f90a4ce6c8e1e66c160be88836b98
parent 4bbe010bf19b13560b77d4309157ee488d8352a2
Author: Hunter
Date: Mon, 20 Oct 2025 11:39:39 -0400
lighter, non-transparent blue
Diffstat:
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/style.css b/style.css
@@ -2,7 +2,7 @@
--color-bg-body: #f5f5f0;
--color-bg-page: #fafaf8;
--color-grid-line: #d0d0d0;
- --color-accent: #4a90e2;
+ --color-accent: #79aeea;
--color-white: white;
}
@@ -132,7 +132,7 @@ body.dragging * {
}
.image-container:hover .resize-handle {
- opacity: 0.8;
+ opacity: 1;
}
.resize-handle.corner {