Browse Source

misc

pull/5/head
Ginger Wong 5 years ago
parent
commit
151dcb46d2
  1. 2
      webroot/index.html
  2. 6
      webroot/styles/layout.css

2
webroot/index.html

@ -1,6 +1,6 @@ @@ -1,6 +1,6 @@
<head>
<meta charset="UTF-8" />
<meta name="viewport" content="width=device-width, initial-scale=1">
<meta name="viewport" content="width=device-width, initial-scale=1, maximum-scale=1, user-scalable=0"/>
<title>Live stream test</title>

6
webroot/styles/layout.css

@ -10,7 +10,8 @@ @@ -10,7 +10,8 @@
body {
font-size: 14px;
background-color: #666;
background-color: #eee;
/* color: white; */
}
::-webkit-scrollbar {
width: 0px;
@ -22,8 +23,6 @@ body { @@ -22,8 +23,6 @@ body {
flex-direction: column;
justify-content: flex-start;
position: relative;
color: white;
}
header {
@ -255,6 +254,7 @@ header h1 { @@ -255,6 +254,7 @@ header h1 {
}
.message-author {
font-weight: 600;
color: #fff;
}
.message-text {
color: #ccc;

Loading…
Cancel
Save