From 9962a22497a4d5737e50b12182eaf5583d065f8a Mon Sep 17 00:00:00 2001 From: golemjager Date: Fri, 22 Mar 2024 09:31:09 -0600 Subject: [PATCH] Update npm scripts. Added openssl-legacy-provider. --- src/style.css | 9 +++++---- 1 file changed, 5 insertions(+), 4 deletions(-) diff --git a/src/style.css b/src/style.css index df52860..3152b44 100644 --- a/src/style.css +++ b/src/style.css @@ -65,8 +65,8 @@ video { padding: 20px; font-size: 50px; font-weight: bolder; - color: fuchsia; - justify-content: flex-end; + color: #644af1; + justify-content: center; } #levelselect { @@ -106,7 +106,7 @@ video { } #resetbutton { - + margin-left: 15px; } #prevbutton { @@ -118,7 +118,8 @@ video { } #fontpicker { - margin-left: 50px; + margin-top: 10px; + margin-left: 30px; } .skiptaskbutton { margin-right: 5px;