From 7393ee2761dd544395ae59b2f39cacbb0a1b4555 Mon Sep 17 00:00:00 2001 From: Violet Date: Fri, 2 Feb 2024 17:22:04 +0000 Subject: [PATCH] Forgot the Note style --- static/style.css | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/static/style.css b/static/style.css index 818317e..c3bd724 100644 --- a/static/style.css +++ b/static/style.css @@ -318,6 +318,11 @@ hr { position: relative; } +.note { + font-size: 0.95rem; + color: lightgray; +} + @keyframes fade-in { 0% { opacity: 0;