Skip to content

Commit 3d5782c

Browse files
author
Ives van Hoorne
committed
Add theme colors
1 parent 9355c40 commit 3d5782c

File tree

3 files changed

+3
-0
lines changed

3 files changed

+3
-0
lines changed

packages/app/src/app/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png">
2020
<meta property="twitter:image:width" content="1200">
2121
<meta property="twitter:image:height" content="630">
22+
<meta name="theme-color" content="#6CAEDD">
2223
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2324
<link rel="shortcut icon" href="/favicon.ico">
2425
<link rel="manifest" href="/manifest.json">

packages/app/src/embed/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@
2020
<meta property="twitter:image:src" content="https://codesandbox.io/static/img/banner.png">
2121
<meta property="twitter:image:width" content="1200">
2222
<meta property="twitter:image:height" content="630">
23+
<meta name="theme-color" content="#6CAEDD">
2324
<meta name="description" content="CodeSandbox is an online editor tailored for web applications.">
2425
<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
2526
<link rel="manifest" href="/manifest.json">

packages/homepage/src/html.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -36,6 +36,7 @@ export default class HTML extends Component {
3636
/>
3737
<meta property="og:type" content="website" />
3838
<meta property="og:author" content="https://ivesvh.com" />
39+
<meta name="theme-color" content="#6CAEDD" />
3940
<meta
4041
property="og:image"
4142
content="https://codesandbox.io/static/img/banner.png"

0 commit comments

Comments
 (0)