We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2352bd1 commit b868aebCopy full SHA for b868aeb
_sass/components/_hyperlinks.scss
@@ -1,7 +1,7 @@
1
@import "settings/colors";
2
3
a {
4
- color: $orange;
+ color: $dark-orange;
5
text-decoration: none;
6
}
7
a:hover,
_sass/settings/_colors.scss
@@ -1,5 +1,6 @@
// Jupyter official orange
$orange: #F37626;
+$dark-orange: #C5540B; // A close shade of Jupyter orange that's more readable on white
// Jupyter official grays
$dark-gray: #4D4D4D;
0 commit comments