MediaDataPage - info section completed

This commit is contained in:
2024-09-19 22:58:39 +02:00
Unverified
parent 3f926d63d6
commit 774b8832b5
9 changed files with 170 additions and 13 deletions

View File

@@ -1 +1,18 @@
/* CLASSES */
.metadata-pill {
border-color: gray;
border-width: 2px;
border-radius: 30px;
border-style: solid;
padding: 2px 10px;
}
.title-shadow {
text-shadow: 2px 2px 2px #000;
}
.description-shadow {
text-shadow: 1px 1px 1px #000;
}