From 52ec5c00e6b7359ab436bcfde466aacdf06992e6 Mon Sep 17 00:00:00 2001 From: Moon <108756201+LifeAdventurer@users.noreply.github.com> Date: Sun, 5 Nov 2023 14:30:51 +0800 Subject: [PATCH] Update styles.css --- fortune_generator/styles.css | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/fortune_generator/styles.css b/fortune_generator/styles.css index 19cb064..6b9f11b 100644 --- a/fortune_generator/styles.css +++ b/fortune_generator/styles.css @@ -1,14 +1,14 @@ -* { - overflow: hidden; - text-align: center; -} - :root { --button-color: #79abf7; --button-hover-color: #4590dc; --white: #FFFFFF; } +* { + overflow: hidden; + text-align: center; +} + body { margin: 0; padding: 0;