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;