Custom selfoss css show IDs

This commit is contained in:
deathbybandaid 2022-01-11 12:06:14 -05:00
parent 2c11fd1674
commit 18d221a4ea
2 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,6 @@
@import url("https://assets.deathbybandaid.net/theme.park/dbb-css/base/selfoss/selfoss-base.css");
@import url("https://assets.deathbybandaid.net/theme.park/css/theme-options/plex.css");
.source[data-id]::after {
content: attr(data-id);
}