From 25f83bf08dd081bf5fd3a3464971ebcd922b33e0 Mon Sep 17 00:00:00 2001 From: Colin Powell Date: Fri, 31 Jul 2026 22:36:24 -0400 Subject: [PATCH] [css] Bummp font on notes --- vrobbler/templates/base.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/vrobbler/templates/base.html b/vrobbler/templates/base.html index b0c183f..5f2515f 100644 --- a/vrobbler/templates/base.html +++ b/vrobbler/templates/base.html @@ -184,7 +184,7 @@ } .note-content { - font-size: 0.95em; + font-size: 1.1em; line-height: 1.5; }