From 565741403608b4092dd92ce0eb3a2e0060bce3d8 Mon Sep 17 00:00:00 2001 From: Jared He <66887902+jaredjhe@users.noreply.github.com> Date: Mon, 12 Sep 2022 10:13:40 -0400 Subject: [PATCH] Change colors --- components/About.module.css | 26 +++++++++++++++----------- 1 file changed, 15 insertions(+), 11 deletions(-) diff --git a/components/About.module.css b/components/About.module.css index 7b08e34..3a82b92 100644 --- a/components/About.module.css +++ b/components/About.module.css @@ -9,25 +9,29 @@ padding: calc(45rem / 16); } -.about aside { - flex: 1; - margin-right: 40px; -} - .about h1 { margin: 0; } -.about article { - flex: 3; -} - .about h4 { margin: 0; } +.about aside { + flex: 1; + margin-right: calc(40rem / 16); +} + +.about aside h1 { + color: var(--secondary-accent) +} + .about aside p { - color: var(--primary-accent-light) + color: var(--primary-accent-lighter) +} + +.about article { + flex: 3; } .about article p { @@ -43,7 +47,7 @@ } .anglePath { - stroke: var(--primary-accent) + stroke: var(--primary-accent-light) } .left.angle {