Skip to content

Commit 6d86069

Browse files
committed
Improve text contrast
1 parent 6849b24 commit 6d86069

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

firebase/notifications-example/public/index.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,14 +41,14 @@
4141

4242
<style media="screen">
4343
body {
44-
background: #eceff1;
44+
/* background: white; */
4545
color: rgba(0, 0, 0, 0.87);
4646
font-family: Roboto, Helvetica, Arial, sans-serif;
4747
margin: 0;
4848
padding: 0;
4949
}
5050
.load {
51-
color: rgba(0, 0, 0, 0.4);
51+
color: #525252;
5252
text-align: center;
5353
font-size: 13px;
5454
}

0 commit comments

Comments
 (0)