From ed4a46e97da9bfc3a25d6bd4eeae68e158ad82bd Mon Sep 17 00:00:00 2001 From: Elizabeth Hunt Date: Wed, 13 Mar 2024 23:26:52 -0600 Subject: update profile & colors --- css/styles.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'css/styles.css') diff --git a/css/styles.css b/css/styles.css index 0170cca..df5462b 100644 --- a/css/styles.css +++ b/css/styles.css @@ -1,6 +1,6 @@ body { margin: 0; - background-color: #AAAAAA; + background-color: #ab6f94; font-family: 'Trebuchet MS', sans-serif; } @@ -31,7 +31,7 @@ body { color: black; border-radius: 8px; flex: 1; - background-color: #888888; + background-color: #74b05a; display: flex; box-shadow:0 8px 12px 0 rgba(0,0,0,0.2),0 6px 12px 0 rgba(0,0,0,0.17); min-width: 300px; @@ -41,7 +41,7 @@ body { } .project:hover { - background-color: #666666; + background-color: #609c46; transform: translateY(-8px); cursor: pointer; } -- cgit v1.2.3-70-g09d2