From 0e2aab26f08a6ec4f187c1a845d0a9b0e8f4bf99 Mon Sep 17 00:00:00 2001 From: Vitaly Takmazov Date: Fri, 2 Feb 2024 14:25:46 +0300 Subject: Use
tag for quotes * fix compatibility with Mastodon --- src/main/assets/style.css | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) (limited to 'src/main/assets') diff --git a/src/main/assets/style.css b/src/main/assets/style.css index e8ddad56..2a5d5a61 100644 --- a/src/main/assets/style.css +++ b/src/main/assets/style.css @@ -584,11 +584,10 @@ article .tags > a::before, /* #region user-generated texts */ -q:before, -q:after { +blockquote:before, +blockquote:after { content: ""; } -q, blockquote { border-left: 3px solid #CCC; color: #666; -- cgit v1.2.3