Skip to content

Commit dab9233

Browse files
committed
Fix iframe background transparent
1 parent 50fd0bb commit dab9233

2 files changed

Lines changed: 1 addition & 1 deletion

File tree

dialogue-box/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
<head>
55
<meta charset="UTF-8">
66
<meta name="viewport" content="width=device-width, initial-scale=1.0">
7+
<meta name="color-scheme" content="dark">
78
<title>Dialogue Box</title>
89
<link rel="preconnect" href="https://fonts.googleapis.com">
910
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>

dialogue-box/src/style.css

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ body {
77
color: #fff;
88
font-family: "Roboto", sans-serif;
99
font-size: 0.8em;
10-
background-color: rgba(27, 27, 41, 0.95);
1110
}
1211

1312
.dialogue-box {

0 commit comments

Comments
 (0)