From 36659f1674ff1d072096ef56a617c0468df1c0b1 Mon Sep 17 00:00:00 2001 From: Michael Costa Date: Sat, 8 Apr 2023 11:07:18 +1100 Subject: [PATCH] wip: colors --- src/thsf/static/css/style.css | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/thsf/static/css/style.css b/src/thsf/static/css/style.css index ccb8cc4..d10d91a 100644 --- a/src/thsf/static/css/style.css +++ b/src/thsf/static/css/style.css @@ -42,7 +42,7 @@ body { } .button { - font-size: 2em; + font-size: 2.5em; transition-property: color; transition-duration: 1s; }