feed.uppcss: changes " to ' to work around pp bug

This commit is contained in:
2026-06-02 17:50:16 +01:00
parent a1866254f9
commit 7ac7ed3cec
+1 -1
View File
@@ -32,5 +32,5 @@
}
.h-feed :is(a.full-feed-link, .full-feed-link a)::after {
content: " >";
content: ' >';
}