Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
E
edx-platform
Overview
Overview
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
edx
edx-platform
Commits
c641155c
Commit
c641155c
authored
Apr 16, 2015
by
Chris
Browse files
Options
Browse Files
Download
Plain Diff
Merge pull request #7467 from edx/clrux/UX-1810-a11y-color-fix--blue
Accessibility: Updating the color blue on LMS
parents
a5bacc34
e789c554
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
11 additions
and
6 deletions
+11
-6
lms/static/sass/base/_variables.scss
+4
-4
lms/static/sass/course/_info.scss
+5
-0
lms/static/sass/course/wiki/_wiki.scss
+1
-0
lms/static/sass/shared/_footer.scss
+1
-2
No files found.
lms/static/sass/base/_variables.scss
View file @
c641155c
...
...
@@ -139,7 +139,7 @@ $facebook-blue: #3B5998;
$linkedin-blue
:
#0077B5
;
// TODO: both blue and yellow variables differ from CMS rgb value, need to confirm change to CMS variable is ok in current platform uses before switching.
$blue
:
rgb
(
29
,
157
,
217
);
$blue
:
rgb
(
0
,
120
,
176
);
$yellow
:
rgb
(
255
,
252
,
221
);
// COLORS: old variables
...
...
@@ -183,7 +183,7 @@ $m-blue-l4: tint($m-blue,90%);
$m-blue-l5
:
tint
(
$m-blue
,
95%
);
$m-blue-l6
:
#4bb4fb
;
$m-blue-d1
:
rgb
(
23
,
144
,
199
);
// #1790C7
$m-blue-d2
:
rgb
(
21
,
128
,
176
);
// #1580B0
$m-blue-d2
:
$blue
;
$m-blue-d3
:
rgb
(
18
,
111
,
154
);
// #126F9A
$m-blue-d4
:
rgb
(
10
,
74
,
103
);
// #0A4A67
$m-blue-d5
:
rgb
(
0
,
158
,
231
);
// #009EE7
...
...
@@ -252,7 +252,7 @@ $courseware-footer-margin: 0px;
$courseware-border-bottom-color
:
rgb
(
68
,
162
,
222
);
// #44a2de
$courseware-button-border-color
:
rgb
(
230
,
230
,
230
);
// #e6e6e6
$courseware-hover-color
:
rgb
(
51
,
52
,
53
);
// #333435
$courseware-navigation-color
:
rgb
(
0
,
158
,
231
);
// #009ee7
$courseware-navigation-color
:
$blue
;
// ====================
...
...
@@ -386,7 +386,7 @@ $border-color-l4: $m-gray-l4;
// MISC: links and buttons
$link-color
:
$blue
;
$link-color-d1
:
$
m-blue-d2
;
$link-color-d1
:
$
blue
;
$link-hover
:
$pink
;
$site-status-color
:
$pink
;
$button-color
:
$blue
;
...
...
lms/static/sass/course/_info.scss
View file @
c641155c
...
...
@@ -84,6 +84,10 @@ div.info-wrapper {
box-shadow
:
none
;
font-size
:
14px
;
a
{
color
:
$link-color
;
}
&
:after
{
left
:
-1px
;
right
:
auto
;
...
...
@@ -104,6 +108,7 @@ div.info-wrapper {
a
{
display
:
block
;
padding
:
0
;
color
:
$link-color
;
&
:hover
,
&
:focus
{
background
:
transparent
;
...
...
lms/static/sass/course/wiki/_wiki.scss
View file @
c641155c
...
...
@@ -49,6 +49,7 @@ section.wiki {
height
:
100%
;
text-overflow
:
ellipsis
;
white-space
:
nowrap
;
color
:
$link-color
;
}
&
:after
{
...
...
lms/static/sass/shared/_footer.scss
View file @
c641155c
...
...
@@ -35,7 +35,6 @@
&
:hover
,
&
:focus
,
&
:active
{
border-bottom
:
1px
dotted
$link-color
;
color
:
$link-color
;
}
}
...
...
@@ -208,7 +207,7 @@
// edX theme: LMS Footer
// ====================
$edx-footer-spacing
:
(
$baseline
*
0
.75
);
$edx-footer-link-color
:
rgb
(
0
,
158
,
231
)
;
$edx-footer-link-color
:
$link-color
;
$edx-footer-bg-color
:
rgb
(
252
,
252
,
252
);
%edx-footer-reset
{
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment