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
c0133e53
Commit
c0133e53
authored
Aug 25, 2016
by
Chris Rodriguez
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
AC-566 fixing contrast for copyright
parent
3ea28a93
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
9 additions
and
5 deletions
+9
-5
lms/static/sass/course/courseware/_courseware.scss
+9
-5
No files found.
lms/static/sass/course/courseware/_courseware.scss
View file @
c0133e53
...
@@ -65,16 +65,19 @@ html.video-fullscreen {
...
@@ -65,16 +65,19 @@ html.video-fullscreen {
display
:
block
;
display
:
block
;
width
:
auto
;
width
:
auto
;
padding
:
(
$baseline
/
4
)
0
;
padding
:
(
$baseline
/
4
)
0
;
color
:
$gray-d1
;
color
:
$base-font-color
;
span
{
span
{
color
:
inherit
;
color
:
inherit
;
}
}
a
:link
,
a
:visited
{
a
:link
,
color
:
$gray
;
a
:visited
{
color
:
$base-font-color
;
}
}
a
:active
,
a
:hover
{
a
:active
,
a
:hover
{
color
:
$uxpl-blue-base
;
color
:
$uxpl-blue-base
;
}
}
...
@@ -86,7 +89,8 @@ html.video-fullscreen {
...
@@ -86,7 +89,8 @@ html.video-fullscreen {
margin-bottom
:
0
;
margin-bottom
:
0
;
}
}
i
{
i
,
em
{
font-style
:
normal
;
font-style
:
normal
;
}
}
...
...
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