mirror of
https://github.com/ThePhD/sol2.git
synced 2024-03-22 13:10:44 +08:00
Fix citation code color, fixes #204
This commit is contained in:
parent
6277c21110
commit
2cd2729188
|
@ -212,10 +212,15 @@ Emphasized lines with line numbers
|
||||||
Citation
|
Citation
|
||||||
========
|
========
|
||||||
|
|
||||||
Here I am making a citation [1]_
|
Here I am making a citation [1]_, another [2]_ and another [3]_
|
||||||
|
|
||||||
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
|
.. [1] This is the citation I made, let's make this extremely long so that we can tell that it doesn't follow the normal responsive table stuff.
|
||||||
|
|
||||||
|
.. [2] This citation has some ``code blocks`` in it, maybe some **bold** and
|
||||||
|
*italics* too. Heck, lets put a link to a meta citation [3]_ too.
|
||||||
|
|
||||||
|
.. [3] This citation will have two backlinks.
|
||||||
|
|
||||||
Download links
|
Download links
|
||||||
==============
|
==============
|
||||||
|
|
||||||
|
|
|
@ -164,6 +164,8 @@
|
||||||
padding-left: 0
|
padding-left: 0
|
||||||
padding-right: 0
|
padding-right: 0
|
||||||
vertical-align: top
|
vertical-align: top
|
||||||
|
code
|
||||||
|
color: $gray
|
||||||
table.docutils
|
table.docutils
|
||||||
@extend .wy-table
|
@extend .wy-table
|
||||||
@extend .wy-table-bordered-all
|
@extend .wy-table-bordered-all
|
||||||
|
|
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