diff --git a/public/index.css b/public/index.css index 11f8050..f8556f5 100644 --- a/public/index.css +++ b/public/index.css @@ -46,6 +46,7 @@ body{ object-fit: cover; border-radius: 10px; position: absolute; + filter: brightness(0.5); z-index: 1; left: 0; top: 0; @@ -90,4 +91,17 @@ video{ } ::-webkit-scrollbar-track { background-color: #ffffff1f; +} +#stats{ + position: absolute; + z-index: 3; + font-size: 14px; + line-height: 1.5em; + color: white; + font-family: system-ui, -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen, Ubuntu, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; + padding: 10px; + text-shadow: 0 0 5px black; + background-color: rgba(0,0,0,.4); + overflow: auto; + max-height: 80vh; } \ No newline at end of file diff --git a/public/index.html b/public/index.html index 11a8d0b..9f821cb 100644 --- a/public/index.html +++ b/public/index.html @@ -10,26 +10,15 @@