Skip to content

Commit

Permalink
Update color scheme
Browse files Browse the repository at this point in the history
  • Loading branch information
myersjustinc committed Jan 30, 2020
1 parent 7651238 commit b68f078
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 7 deletions.
5 changes: 3 additions & 2 deletions css/BodySwitcher.css
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
.bodies button {
background-color: transparent;
border: 0;
color: #ffd966;
color: #fafdc4;
font-family: 'Source Code Sans', sans-serif;
font-size: 1rem;
padding: 0;
text-decoration: underline dotted rgba(250, 253, 196, 0.8);
}
.bodies button:hover {
cursor: pointer;
text-decoration: underline;
text-decoration: underline solid rgba(250, 253, 196, 1);
}
2 changes: 1 addition & 1 deletion css/Tester.css
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,6 @@
}

.tester .match {
background-color: #ffd966;
background-color: #fafdc4;
border: 1px solid #aaa;
}
8 changes: 4 additions & 4 deletions css/main.css
Original file line number Diff line number Diff line change
@@ -1,15 +1,15 @@
body {
background-color: #48c;
background-color: #5272aa;
color: #fff;
font-family: 'Source Code Sans', sans-serif;
}

a {
color: #ffd966;
text-decoration: none;
color: #fafdc4;
text-decoration: underline dotted rgba(250, 253, 196, 0.8);
}
a:hover {
text-decoration: underline;
text-decoration: underline solid rgba(250, 253, 196, 1);
}

nav ul,
Expand Down

0 comments on commit b68f078

Please sign in to comment.