Skip to content

Commit 06c0116

Browse files
committed
(v0.5.3-alpha) Contrast
Better contrast (i dont have oled) as it looked very dark when viewing fromm phone
1 parent 135b856 commit 06c0116

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

src/styles/App.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99

1010
background-image: radial-gradient(
1111
circle,
12-
color-mix(in srgb, var(--clr-surface-a10) 60%, black) 1px,
12+
color-mix(in srgb, var(--clr-surface-a10) 80%, black) 1px,
1313
transparent 1px
1414
);
1515

src/styles/routes/landing.css

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -289,7 +289,7 @@
289289
height: 2px;
290290
width: 65%;
291291

292-
background-color: var(--clr-surface-a0);
292+
background-color: var(--clr-surface-a10);
293293
margin: 0 0 2.5rem 0;
294294
}
295295

0 commit comments

Comments
 (0)