From 521d0e03345f9f1c1c722dc91d02396e6bc74f86 Mon Sep 17 00:00:00 2001 From: Bingus_Violet Date: Mon, 12 Feb 2024 14:24:22 -0600 Subject: [PATCH] Notes are brighter --- static/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/static/style.css b/static/style.css index 620555d..580c312 100644 --- a/static/style.css +++ b/static/style.css @@ -123,6 +123,6 @@ h2 { } .note { - color: gray; + color: darkgray; font-size: 1rem; } \ No newline at end of file