Skip to content

Commit 564b276

Browse files
committed
Improve text contrast and enlarge store badges
1 parent c95dc76 commit 564b276

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

index.html

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -58,8 +58,8 @@
5858
--bg: #ffffff;
5959
--bg-alt: #f8f7ff;
6060
--text: #1a1a2e;
61-
--text-secondary: #64648c;
62-
--text-muted: #9e9eb8;
61+
--text-secondary: #4a4a6a;
62+
--text-muted: #686888;
6363
--border: #e8e8f0;
6464
--shadow: 0 2px 12px rgba(26, 26, 46, 0.06);
6565
--shadow-hover: 0 8px 24px rgba(26, 26, 46, 0.1);
@@ -233,7 +233,7 @@
233233
opacity: 0.9;
234234
}
235235

236-
.hero-badges img { height: 54px; }
236+
.hero-badges img { height: 68px; }
237237

238238
.hero-apk {
239239
font-size: 0.85rem;

0 commit comments

Comments
 (0)