From 22ed919b2fffa933c8a72763fda2b603a92a18cf Mon Sep 17 00:00:00 2001 From: Roland Reichwein Date: Fri, 17 Jan 2025 20:29:13 +0100 Subject: Font size --- html/index.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'html') diff --git a/html/index.html b/html/index.html index f7345c5..b3cd51d 100644 --- a/html/index.html +++ b/html/index.html @@ -50,13 +50,13 @@ body { .selected{ color: #FF8080; cursor: pointer; - font-size: 300%; + font-size: 500%; } .normal{ color: #FFFFFF; cursor: pointer; - font-size: 300%; + font-size: 500%; } #songlist{ -- cgit v1.2.3