misc
This commit is contained in:
parent
b3dfba9d94
commit
151dcb46d2
@ -1,6 +1,6 @@
|
|||||||
<head>
|
<head>
|
||||||
<meta charset="UTF-8" />
|
<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>
|
<title>Live stream test</title>
|
||||||
|
|
||||||
|
@ -10,7 +10,8 @@
|
|||||||
|
|
||||||
body {
|
body {
|
||||||
font-size: 14px;
|
font-size: 14px;
|
||||||
background-color: #666;
|
background-color: #eee;
|
||||||
|
/* color: white; */
|
||||||
}
|
}
|
||||||
::-webkit-scrollbar {
|
::-webkit-scrollbar {
|
||||||
width: 0px;
|
width: 0px;
|
||||||
@ -22,8 +23,6 @@ body {
|
|||||||
flex-direction: column;
|
flex-direction: column;
|
||||||
justify-content: flex-start;
|
justify-content: flex-start;
|
||||||
position: relative;
|
position: relative;
|
||||||
|
|
||||||
color: white;
|
|
||||||
}
|
}
|
||||||
|
|
||||||
header {
|
header {
|
||||||
@ -255,6 +254,7 @@ header h1 {
|
|||||||
}
|
}
|
||||||
.message-author {
|
.message-author {
|
||||||
font-weight: 600;
|
font-weight: 600;
|
||||||
|
color: #fff;
|
||||||
}
|
}
|
||||||
.message-text {
|
.message-text {
|
||||||
color: #ccc;
|
color: #ccc;
|
||||||
|
Loading…
x
Reference in New Issue
Block a user