From fabd2783c934f48837a7373c5933253b85ba55f8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E2=98=86=20stargen=20=E2=98=86?= Date: Tue, 10 Dec 2024 14:43:06 -0600 Subject: [PATCH] Update style.css --- data/style.css | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/data/style.css b/data/style.css index 9c30194..70e0582 100644 --- a/data/style.css +++ b/data/style.css @@ -22,6 +22,10 @@ p { /* normal text, used in the update logs and other places*/ text-align: center; /*align it to the center*/ } +p:hover { + transform: scale(1.2) +} + b { /*bold text. I don't know if this is used.*/ font-size: 20px; font-weight: normal; /*not bold or italic*/