Skip to content

Commit

Permalink
Merge pull request #197 from IcemanEtika/master
Browse files Browse the repository at this point in the history
Improved Readability of Useful Links Page by Changing Color Scheme
  • Loading branch information
terrifricker authored Oct 8, 2020
2 parents 0ba3b52 + 5e1cecf commit 930c754
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions useful-links/useful-links.css
Original file line number Diff line number Diff line change
@@ -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));
Expand All @@ -17,7 +17,7 @@ html {
body {
margin-top: 8rem;
color: #333;
background: #f8fa7a;
background: #6aafff;
font-family: 'Nunito', sans-serif;
/* font-family: sans-serif; */
overflow-x: hidden;
Expand Down Expand Up @@ -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;
Expand All @@ -119,7 +119,7 @@ figure {
}
.btn-menu {
width: 5rem;
background: #EBE104;
background: #2e4bcc;
text-align: center;
padding: 10px;
text-shadow: 1px 1px #000;
Expand All @@ -138,7 +138,7 @@ figure {
}
.btn-instructions {
width: 16rem;
background: #EBE104;
background: #3b69f2;
text-align: center;
margin: auto;
padding: 5px;
Expand All @@ -162,7 +162,7 @@ figure {
}
.info-container {
width: 100%;
background: #f8fa7a;
background: #6aafff;
}
.info-header {
display: flex;
Expand Down Expand Up @@ -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 {
Expand Down

0 comments on commit 930c754

Please sign in to comment.