From 283256f5bcf062c1a6171e6ac42a987a6e68b2aa Mon Sep 17 00:00:00 2001 From: TJ LeBlanc Date: Wed, 7 Oct 2020 19:24:15 -0400 Subject: [PATCH 1/2] Updated useful links page color scheme to blue from yellow --- useful-links/useful-links.css | 14 +++++++------- 1 file changed, 7 insertions(+), 7 deletions(-) diff --git a/useful-links/useful-links.css b/useful-links/useful-links.css index a2a0536..66f3d0f 100644 --- a/useful-links/useful-links.css +++ b/useful-links/useful-links.css @@ -1,7 +1,7 @@ :root { - --main: #D4B506; + --main: #4d50fa; --peach: #dba7a2; - --light-main: #F6BA07; + --light-main: #2e4bcc; --border-radius: 10px; --box-shadow: 10px 10px 25px -19px #2f2f2f8f; --linear-background: linear-gradient(0deg, var(--main), var(--light-main)); @@ -17,7 +17,7 @@ html { body { margin-top: 8rem; color: #333; - background: #f8fa7a; + background: #7bb7fc; font-family: 'Nunito', sans-serif; /* font-family: sans-serif; */ overflow-x: hidden; @@ -94,7 +94,7 @@ figure { letter-spacing: 0.5px; padding: 18px 20px; border-radius: 5px; - background: #EBE104; + background: #3b69f2; text-transform: uppercase; font-size: 14px; color: #fff; @@ -119,7 +119,7 @@ figure { } .btn-menu { width: 5rem; - background: #EBE104; + background: #2e4bcc; text-align: center; padding: 10px; text-shadow: 1px 1px #000; @@ -138,7 +138,7 @@ figure { } .btn-instructions { width: 16rem; - background: #EBE104; + background: #3b69f2; text-align: center; margin: auto; padding: 5px; @@ -162,7 +162,7 @@ figure { } .info-container { width: 100%; - background: #f8fa7a; + background: #7bb7fc; } .info-header { display: flex; From 5e1cecf1c3ac3f853f4fe745cfcb97c38cc6180f Mon Sep 17 00:00:00 2001 From: TJ LeBlanc Date: Wed, 7 Oct 2020 19:50:13 -0400 Subject: [PATCH 2/2] Updated useful links page color scheme from yellow to blue --- useful-links/useful-links.css | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/useful-links/useful-links.css b/useful-links/useful-links.css index 66f3d0f..d2c46d4 100644 --- a/useful-links/useful-links.css +++ b/useful-links/useful-links.css @@ -17,7 +17,7 @@ html { body { margin-top: 8rem; color: #333; - background: #7bb7fc; + background: #6aafff; font-family: 'Nunito', sans-serif; /* font-family: sans-serif; */ overflow-x: hidden; @@ -162,7 +162,7 @@ figure { } .info-container { width: 100%; - background: #7bb7fc; + background: #6aafff; } .info-header { display: flex; @@ -287,7 +287,7 @@ figure { justify-content: space-between; height: 7rem; margin-bottom: 1rem; - box-shadow: 0 2px 2px #000; + box-shadow: 0 2px 2px rgba(80, 80, 80, 0.582); padding-right: 2rem; } .list li:hover {