Skip to content

Commit 38cb740

Browse files
committed
Update background color
1 parent 8f7bec2 commit 38cb740

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

public/index.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
<link rel="icon"
77
href="data:image/svg+xml,<svg xmlns=%22http://www.w3.org/2000/svg%22 viewBox=%220 0 100 100%22><text y=%22.9em%22 font-size=%2290%22>📁</text></svg>" />
88
<meta name="viewport" content="width=device-width, initial-scale=1" />
9-
<meta name="theme-color" content="#1D1326" />
9+
<meta name="theme-color" content="#101010" />
1010
<link rel="apple-touch-icon" href="%PUBLIC_URL%/logo192.png" />
1111
<link rel="manifest" href="%PUBLIC_URL%/manifest.json" />
1212
<link href="https://fonts.googleapis.com/css?family=Roboto|Poppins" rel="stylesheet" />
@@ -32,7 +32,7 @@
3232
<meta property="og:locale" content="en_US" />
3333
<meta property="og:site_name" content="SolApps" />
3434
<link rel="canonical" href="https://solapps.dev" />
35-
<meta name="msapplication-TileColor" content="#1D1326" />
35+
<meta name="msapplication-TileColor" content="#101010" />
3636
<meta name="next-head-count" content="19" />
3737

3838
<style>

src/common.css

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
:root {
2-
--background: #140f1a;
3-
--status-bar-background: #1d1326;
2+
--background: #101010;
3+
--status-bar-background: #101010;
44
--solworks-background: #1d1326;
55
--grey: #797f91;
66
--primary: #e42575;

0 commit comments

Comments
 (0)