From 18d07e77419ebb1648ce7730046d2c9216d8d3c7 Mon Sep 17 00:00:00 2001 From: abutler911 Date: Tue, 10 Oct 2023 09:31:51 -0600 Subject: [PATCH] added new colors --- styles.css | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/styles.css b/styles.css index d018cf0..1d28a62 100644 --- a/styles.css +++ b/styles.css @@ -32,7 +32,7 @@ body { text-align: center; padding: 20px; color: var(--black); - font-size: 0.8rem; + font-size: 0.9rem; line-height: 1.5; margin: 0; } @@ -42,6 +42,12 @@ body { color: var(--green); } +hr { + border: none; + border-top: 3px solid var(--green); + border-radius: 9px; +} + .affirmation-header { text-align: center; padding: 20px;