Make text more readable

This commit is contained in:
2021-11-26 20:45:03 +01:00
parent 3a6a9122e1
commit e1daf00609

View File

@@ -159,6 +159,7 @@ video {
button { button {
height: 100%; height: 100%;
max-height: unset; max-height: unset;
font-weight: bold;
} }
} }
@@ -194,6 +195,7 @@ video {
label { label {
color: rgba(255, 255, 255, 0.82); color: rgba(255, 255, 255, 0.82);
text-shadow: 1px 1px black;
font-size: 1.5rem; font-size: 1.5rem;
font-weight: 500; font-weight: 500;
} }