From b0b1730699619002c6afe3114b735c99bd4989a0 Mon Sep 17 00:00:00 2001 From: "Alexander \"Arav\" Andreev" Date: Mon, 25 Sep 2023 17:10:07 +0400 Subject: [PATCH] Added a .quote class for mindflow. --- web/assets/css/mindflow.css | 2 ++ 1 file changed, 2 insertions(+) diff --git a/web/assets/css/mindflow.css b/web/assets/css/mindflow.css index e109bd7..2d3c59a 100755 --- a/web/assets/css/mindflow.css +++ b/web/assets/css/mindflow.css @@ -4,6 +4,8 @@ button:not(:last-child) { padding-right: 1rem; } article header a { color: var(--text-color); } +article p.quote { font-style: italic; } + article footer { display: flex; justify-content: space-between;