feat: change css to use single brand color, only new browsers support

This commit is contained in:
2026-02-12 17:33:38 +05:00
parent 95d7c81cdf
commit caf53e1903
22 changed files with 1922 additions and 201 deletions
+3 -3
View File
@@ -21,7 +21,7 @@
position: relative;
width: 100%;
aspect-ratio: 16 / 5;
background: var(--bg-secondary);
background: var(--surface-subtle);
border-radius: var(--radius);
overflow: hidden;
cursor: crosshair;
@@ -35,7 +35,7 @@
.crop-box {
position: absolute;
border: 2px solid var(--accent-primary);
border: 2px solid var(--action-primary);
box-shadow: 0 0 0 9999px rgba(0, 0, 0, 0.5);
cursor: move;
display: none;
@@ -50,7 +50,7 @@
width: 10px;
height: 10px;
background: white;
border: 2px solid var(--accent-primary);
border: 2px solid var(--action-primary);
border-radius: 50%;
}