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
aa8f73ff
Commit
aa8f73ff
authored
May 29, 2013
by
Brian Talbot
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
edx.org - revises base blue and color references to adhere to WCAG color contrast guidelines
parent
8da62871
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
+12
-12
lms/static/sass/base/_variables.scss
+4
-4
lms/static/sass/multicourse/_account.scss
+4
-4
lms/static/sass/shared/_header.scss
+4
-4
No files found.
lms/static/sass/base/_variables.scss
View file @
aa8f73ff
...
@@ -46,8 +46,9 @@ $m-gray: rgb(153,153,153);
...
@@ -46,8 +46,9 @@ $m-gray: rgb(153,153,153);
$m-gray-d1
:
rgb
(
102
,
102
,
102
);
$m-gray-d1
:
rgb
(
102
,
102
,
102
);
$m-gray-d2
:
rgb
(
51
,
51
,
51
);
$m-gray-d2
:
rgb
(
51
,
51
,
51
);
$m-gray-a1
:
rgb
(
80
,
80
,
80
);
$m-gray-a1
:
rgb
(
80
,
80
,
80
);
$m-blue
:
rgb
(
85
,
151
,
221
);
$m-blue
:
rgb
(
65
,
116
,
170
);
$m-blue-l1
:
rgb
(
230
,
245
,
252
);
// $m-blue: rgb(85, 151, 221); (used in marketing redesign)
$m-blue-l1
:
rgb
(
85
,
151
,
221
);
$m-blue-d1
:
shade
(
$m-blue
,
15%
);
$m-blue-d1
:
shade
(
$m-blue
,
15%
);
$m-blue-s1
:
saturate
(
$m-blue
,
15%
);
$m-blue-s1
:
saturate
(
$m-blue
,
15%
);
$m-pink
:
rgb
(
204
,
51
,
102
);
$m-pink
:
rgb
(
204
,
51
,
102
);
...
@@ -122,4 +123,4 @@ $modal-bg-color: rgb(245,245,245);
...
@@ -122,4 +123,4 @@ $modal-bg-color: rgb(245,245,245);
//-----------------
//-----------------
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
$homepage-bg-image
:
'../images/homepage-bg.jpg'
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
$video-thumb-url
:
'../images/courses/video-thumb.jpg'
;
\ No newline at end of file
lms/static/sass/multicourse/_account.scss
View file @
aa8f73ff
...
@@ -148,8 +148,8 @@
...
@@ -148,8 +148,8 @@
}
}
&
:hover
,
&
:active
{
&
:hover
,
&
:active
{
border-bottom
:
1px
dotted
$m-blue-
s
1
;
border-bottom
:
1px
dotted
$m-blue-
l
1
;
color
:
$m-blue-
s
1
;
color
:
$m-blue-
l
1
;
}
}
}
}
...
@@ -339,11 +339,11 @@
...
@@ -339,11 +339,11 @@
&
.is-focused
{
&
.is-focused
{
label
{
label
{
color
:
$m-blue-
s
1
;
color
:
$m-blue-
l
1
;
}
}
.tip
{
.tip
{
color
:
$m-blue-
s
1
;
color
:
$m-blue-
l
1
;
}
}
}
}
...
...
lms/static/sass/shared/_header.scss
View file @
aa8f73ff
...
@@ -317,13 +317,13 @@ header.global {
...
@@ -317,13 +317,13 @@ header.global {
}
}
// page-based nav states
// page-based nav states
.view-howitworks
.nav-global-01
,
.view-howitworks
.nav-global-01
,
.view-courses
.nav-global-02
,
.view-courses
.nav-global-02
,
.view-schools
.nav-global-03
,
.view-schools
.nav-global-03
,
.view-register
.nav-global-04
{
.view-register
.nav-global-04
{
a
{
a
{
text-decoration
:
none
;
text-decoration
:
none
;
color
:
$m-blue-s1
!
important
;
color
:
$m-blue-s1
!
important
;
}
}
}
}
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