diff options
feat: more styling around the no free articles
Diffstat (limited to 'src/routes/blog/posts/clickbait.svx')
| -rw-r--r-- | src/routes/blog/posts/clickbait.svx | 8 |
1 files changed, 5 insertions, 3 deletions
diff --git a/src/routes/blog/posts/clickbait.svx b/src/routes/blog/posts/clickbait.svx index 2c7ee08..e28150f 100644 --- a/src/routes/blog/posts/clickbait.svx +++ b/src/routes/blog/posts/clickbait.svx @@ -27,6 +27,8 @@ You’ll never believe the real reason behind those oceanic tomato soup spills. </span> -> <b class="font-semibold">You have no free articles left.</b> -> -> [Subscribe](https://e926.net/posts/5926444?q=pleading_eyes) to Neobot News to read the full article. +<div role="blockquote" class="p-4 mt-4 rounded-lg border-accent-primary border-2"> + <span class="block mb-1 text-lg" role="h2"><b class="font-semibold">You have no free articles left.</b></span> + <span class="absolute"><br/></span> <!-- newline for reader mode --> + <span class="block"><a href="https://e926.net/posts/5926444?q=pleading_eyes" target="_blank" class="quicklink">Subscribe</a> to Neobot News to read the full article.</span> +</div> |