Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improved Readability of Useful Links Page by Changing Color Scheme #197

Merged
merged 2 commits into from
Oct 8, 2020
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
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