This commit is contained in:
deathbybandaid 2022-01-11 12:29:43 -05:00
parent 4f827d4658
commit 850628b66f

View File

@ -3,4 +3,6 @@
.source[data-id]::after { .source[data-id]::after {
content: " • Source-ID: " attr(data-id); content: " • Source-ID: " attr(data-id);
color: var(--button-text-hover);
font-size: .8em;
} }