Skip to content

Commit b868aeb

Browse files
palewirecholdgraf
andauthored
Accessible orange hyperlink (#581)
* Update _colors.scss * Update _hyperlinks.scss * Update _sass/settings/_colors.scss Co-authored-by: Chris Holdgraf <choldgraf@berkeley.edu> Co-authored-by: Chris Holdgraf <choldgraf@berkeley.edu>
1 parent 2352bd1 commit b868aeb

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

_sass/components/_hyperlinks.scss

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
@import "settings/colors";
22

33
a {
4-
color: $orange;
4+
color: $dark-orange;
55
text-decoration: none;
66
}
77
a:hover,

_sass/settings/_colors.scss

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
// Jupyter official orange
22
$orange: #F37626;
3+
$dark-orange: #C5540B; // A close shade of Jupyter orange that's more readable on white
34

45
// Jupyter official grays
56
$dark-gray: #4D4D4D;

0 commit comments

Comments
 (0)