diff --git a/lms/static/sass/base/_reset.scss b/lms/static/sass/base/_reset.scss index 2b05a96d14..fd4f987dc4 100644 --- a/lms/static/sass/base/_reset.scss +++ b/lms/static/sass/base/_reset.scss @@ -49,12 +49,12 @@ a:not(.btn) { } a:visited:not(.btn) { - color: #003655; // from the Pattern Library http://ux.edx.org/elements/colors/ + color: #003655; // from the Pattern Library http://ux.edx.org/design_elements/colors/ } a:hover:not(.btn), a:focus:not(.btn) { - color: #0079bc; // from the Pattern Library http://ux.edx.org/elements/colors/ + color: #0079bc; // from the Pattern Library http://ux.edx.org/design_elements/colors/ } abbr[title] { border-bottom: 1px dotted; } diff --git a/lms/static/sass/partials/lms/theme/_variables-v1.scss b/lms/static/sass/partials/lms/theme/_variables-v1.scss index d8350d68a4..d6731df13a 100644 --- a/lms/static/sass/partials/lms/theme/_variables-v1.scss +++ b/lms/static/sass/partials/lms/theme/_variables-v1.scss @@ -446,7 +446,7 @@ $action-secondary-disabled-bg: $m-gray-d3 !default; $action-secondary-disabled-fg: $white !default; // actions - misc -$link-hover: $uxpl-blue-hover-active !default; // from our Pattern Library http://ux.edx.org/elements/colors/ +$link-hover: $uxpl-blue-hover-active !default; // from our Pattern Library http://ux.edx.org/design_elements/colors/ $site-status-color: $pink !default; $button-color: theme-color("primary") !default; $button-archive-color: rgb(238, 238, 238) !default; // #eeeeee