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 +}