From bbacda44f8cd1629d311ce0242fd01124fe4c876 Mon Sep 17 00:00:00 2001 From: Anhgelus Morhtuuzh Date: Sat, 9 Nov 2024 23:53:27 +0100 Subject: feat(style): custom colors --- scss/main.scss | 2 -- 1 file changed, 2 deletions(-) (limited to 'scss') diff --git a/scss/main.scss b/scss/main.scss index 575828c..5283641 100644 --- a/scss/main.scss +++ b/scss/main.scss @@ -21,7 +21,6 @@ body { main { width: 50%; - background: mediumpurple; padding: 2rem; border-radius: 32px; box-shadow: 0 0 70px 2px rgba(0,0,0,0.75); @@ -73,7 +72,6 @@ h2 { display: flex; align-items: center; justify-content: center; - background: purple; width: 33%; border-radius: 16px; } -- cgit v1.2.3