From d10cd12d00e150bb28c2b8d5a2f6031180ec50a4 Mon Sep 17 00:00:00 2001 From: daudix-UFO Date: Mon, 11 Sep 2023 16:22:59 +0300 Subject: [PATCH] fix: Figcaption in comments --- _sass/comments.scss | 2 ++ 1 file changed, 2 insertions(+) diff --git a/_sass/comments.scss b/_sass/comments.scss index 4632956..23e1bb5 100644 --- a/_sass/comments.scss +++ b/_sass/comments.scss @@ -136,6 +136,8 @@ section#comments { } figcaption { + color: var(--text); + font-size: unset; display: grid; gap: 0.5rem; margin: 0;