Skip to content

Commit

Permalink
Merge pull request #486 from jupyter/accessibility-styles
Browse files Browse the repository at this point in the history
Accessibility fixes to buttons, footer and blue cards
  • Loading branch information
Carreau authored Dec 11, 2021
2 parents 374b72c + 13da7d8 commit 53daaf2
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion css/cardlist.css
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,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

0 comments on commit 53daaf2

Please sign in to comment.