From 69788d1dfae7967e39536d1163940d0bdcad1a54 Mon Sep 17 00:00:00 2001 From: Soumili Rooj <77877648+SoumiliRooj@users.noreply.github.com> Date: Sat, 22 Oct 2022 08:52:14 +0530 Subject: [PATCH] Update custom.css --- css/custom.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/css/custom.css b/css/custom.css index 7c8cbf4..0e17c87 100644 --- a/css/custom.css +++ b/css/custom.css @@ -1,7 +1,7 @@ body { margin: 0; padding: 0; - min-height: 100vh; + min-height: 200vh; min-width: 100vw; display: flex; justify-content: center; @@ -13,7 +13,7 @@ body { } h1 { - color: skyblue; + color: megenta; text-align: center; } @@ -159,4 +159,4 @@ input#ChangeTheme[type=checkbox]:checked > .divider-custom-line { #lightbulb + label { font-size: 10px; color: white; -} \ No newline at end of file +}