Test video overlay

This commit is contained in:
2021-08-05 13:28:42 +02:00
parent edf4104356
commit ca1b821c8d
7 changed files with 69 additions and 4 deletions

View File

@@ -38,6 +38,10 @@
.text-14pt {
font-size: 14pt;
}
video {
max-width: 100%;
cursor: pointer;
}
/** Font classes **/
.arvo {
font-family: 'arvoregular'/*Fallback??*/;
@@ -344,4 +348,8 @@ section.poi .container {
}
.lilac {
color: var(--lilac);
}
/** Modals **/
#mod-vid .modal-overlay {
background-color: #555;
}