Merge remote-tracking branch 'agjohnson/fix-code-color'

Conflicts:
	sphinx_rtd_theme/static/css/theme.css
	sphinx_rtd_theme/static/css/theme.css.map
This commit is contained in:
Eric Holscher 2015-07-20 11:16:02 -07:00
commit aacc59f07a
4 changed files with 12 additions and 11 deletions

View File

@ -7,6 +7,12 @@
padding: 5px padding: 5px
&:first-child &:first-child
padding-left: 0 padding-left: 0
code
padding: 5px
border: none
background: none
&.literal
color: $text-color
.wy-breadcrumbs-extra .wy-breadcrumbs-extra
margin-bottom: 0 margin-bottom: 0
color: $text-light color: $text-light

View File

@ -197,8 +197,11 @@
font-size: 100% !important font-size: 100% !important
line-height: normal line-height: normal
.xref, a & &.literal
color: $text-code-color
&.xref, a &
font-weight: bold font-weight: bold
color: $text-color
// If the literal is inside an a tag, let's color it like a link // If the literal is inside an a tag, let's color it like a link
a tt, a code a tt, a code
color: $link-color color: $link-color

File diff suppressed because one or more lines are too long

File diff suppressed because one or more lines are too long