From 6e5701107f4a6abb1e85e149c06a4409955eca0a Mon Sep 17 00:00:00 2001 From: Alejandro Gomez Date: Mon, 16 Jan 2023 18:34:42 +0100 Subject: [PATCH] smaller reply text --- src/element/Note.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/element/Note.css b/src/element/Note.css index d894da48..3fc9fc68 100644 --- a/src/element/Note.css +++ b/src/element/Note.css @@ -12,7 +12,7 @@ } .note > .header .reply { - font-size: small; + font-size: 12px; color: var(--gray-light); }