From 7a30e49ec2fa996d467953e50a30d1fe1126e28e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Nil=C3=A9ane?= Date: Tue, 27 Feb 2024 16:24:02 +0100 Subject: [PATCH] italic blockquote --- TangerineUI-cherry.css | 1 + TangerineUI-purple.css | 1 + TangerineUI.css | 1 + 3 files changed, 3 insertions(+) diff --git a/TangerineUI-cherry.css b/TangerineUI-cherry.css index 1889af0..f4f5ab9 100644 --- a/TangerineUI-cherry.css +++ b/TangerineUI-cherry.css @@ -2206,6 +2206,7 @@ body.app-body { .app-body .status__content__text blockquote { color: var(--color-content-fg); border-color: var(--color-lines); + font-style: italic; } diff --git a/TangerineUI-purple.css b/TangerineUI-purple.css index 2a985cc..031eebd 100644 --- a/TangerineUI-purple.css +++ b/TangerineUI-purple.css @@ -2206,6 +2206,7 @@ body.app-body { .app-body .status__content__text blockquote { color: var(--color-content-fg); border-color: var(--color-lines); + font-style: italic; } diff --git a/TangerineUI.css b/TangerineUI.css index 374f84c..11125b0 100644 --- a/TangerineUI.css +++ b/TangerineUI.css @@ -2206,6 +2206,7 @@ body.app-body { .app-body .status__content__text blockquote { color: var(--color-content-fg); border-color: var(--color-lines); + font-style: italic; }