Browse Source

add shadow to make participant name readable on bright background

Signed-off-by: Jan-Christoph Borchardt <hey@jancborchardt.net>
pull/104/head
Jan-Christoph Borchardt 9 years ago
parent
commit
9f7092419b
  1. 1
      css/style.css

1
css/style.css

@ -121,6 +121,7 @@ video {
bottom: 3%;
z-index: 5;
color: #fff;
text-shadow: 1px 1px 2px #aaa, 1px -1px 2px #aaa, -1px 1px 2px #aaa, -1px -1px 2px #aaa;
width: 100%;
text-align: center;
font-size: 20px;

Loading…
Cancel
Save