From 0032a6150de2e3af58857e7b1a4726723a67ec28 Mon Sep 17 00:00:00 2001 From: "Yann Esposito (Yogsototh)" Date: Wed, 28 Oct 2020 23:23:34 +0100 Subject: [PATCH] Minor figcaption css tweak --- src/css/y.css | 1 + 1 file changed, 1 insertion(+) diff --git a/src/css/y.css b/src/css/y.css index 2d16dbc..f46d9b0 100644 --- a/src/css/y.css +++ b/src/css/y.css @@ -55,6 +55,7 @@ body>input { display: none; } label { font-weight: 700; } label:hover { cursor: pointer; } label ~ pre { margin-top: 0; } +figcaption { text-align: right; font-family: italic; } :root { --b03: #2E3440;