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

Accessibility fixes to buttons, footer and blue cards #486

Merged
merged 1 commit into from
Dec 11, 2021
Merged
Show file tree
Hide file tree
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
2 changes: 1 addition & 1 deletion css/cardlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
.card-heading {
padding: 16px;
/* color is on purpose not Jupyter Orange */
background: #2e9be4;
background: #0C7BC6;
color: white;
font-weight: normal;
line-height: 14px;
Expand Down
3 changes: 2 additions & 1 deletion css/logo-nav.css
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ body {
}

.footer {
background-color: #979797;
background-color: #757575;
}

.footer p {
Expand Down Expand Up @@ -270,6 +270,7 @@ body {
background-color: #E46E2E;
border-radius: 2px;
color: white;
text-shadow: 0px 0px 4px black;
display: inline-block;
font-size: 16px;
padding: 13px 26px;
Expand Down