Skip to content

Commit b4c516d

Browse files
committed
2 parents 1a47299 + 6f671e3 commit b4c516d

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

src/components/tw-invalid-embed/invalid-embed.css

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

1111
/* this is an error, so we want it to stand out and always be readable regardless of what the site */
1212
/* embedding us looks like */
13-
background-color: #ff4c4c;
13+
background-color: #00baad;
1414
color: white;
1515

1616
box-sizing: border-box;

src/playground/embed.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@
1212
height: 100%;
1313
top: 0;
1414
left: 0;
15-
background-color: #ff4c4c;
15+
background-color: #00baad;
1616
color: white;
1717
display: flex;
1818
flex-direction: column;

src/playground/index.ejs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -98,7 +98,7 @@
9898
'use strict';
9999
100100
var theme = '';
101-
var accent = '#ff4c4c';
101+
var accent = '#00baad';
102102
103103
try {
104104
var themeSetting = localStorage.getItem('tw:theme');

0 commit comments

Comments
 (0)