This commit is contained in:
deathbybandaid 2022-01-11 12:23:22 -05:00
parent 18d221a4ea
commit 4f827d4658

View File

@ -2,5 +2,5 @@
@import url("https://assets.deathbybandaid.net/theme.park/css/theme-options/plex.css"); @import url("https://assets.deathbybandaid.net/theme.park/css/theme-options/plex.css");
.source[data-id]::after { .source[data-id]::after {
content: attr(data-id); content: " • Source-ID: " attr(data-id);
} }