hls, webrtc: in web page, add shadow to messages (#2959)

This commit is contained in:
Alessandro Ros 2024-02-03 11:31:01 +01:00 committed by GitHub
parent b32bc8dee9
commit 4553fc267c
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 3 additions and 0 deletions

View File

@ -34,6 +34,7 @@ html, body {
pointer-events: none;
padding: 20px;
box-sizing: border-box;
text-shadow: 0 0 5px black;
}
</style>
</head>

View File

@ -64,6 +64,7 @@ select, input[type="text"] {
pointer-events: none;
padding: 20px;
box-sizing: border-box;
text-shadow: 0 0 5px black;
}
#publish-button {
margin-top: 10px;

View File

@ -34,6 +34,7 @@ html, body {
pointer-events: none;
padding: 20px;
box-sizing: border-box;
text-shadow: 0 0 5px black;
}
</style>
</head>