mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
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:
commit
aacc59f07a
|
@ -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
|
||||||
|
|
|
@ -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
Loading…
Reference in New Issue
Block a user