mirror of
https://github.com/readthedocs/sphinx_rtd_theme.git
synced 2025-02-25 18:55:21 -06:00
Enable styling of external links
This commit is contained in:
parent
35143f50e8
commit
e44b885506
@ -33,13 +33,14 @@
|
||||
// Usually it's a good idea to give images some space.
|
||||
.section > img, .section > a > img
|
||||
margin-bottom: $base-line-height
|
||||
// Questionable whether this is nice or not. It styles eternal links, but comes with some baggage.
|
||||
// a.reference.external:after
|
||||
// font-family: FontAwesome
|
||||
// content: " \f08e "
|
||||
// color: $text-light
|
||||
// vertical-align: super
|
||||
// font-size: 60%
|
||||
|
||||
// Style external links
|
||||
a.reference.external:after
|
||||
font-family: FontAwesome
|
||||
content: " \f08e "
|
||||
color: $text-light
|
||||
vertical-align: super
|
||||
font-size: 60%
|
||||
|
||||
// For the most part, its safe to assume that sphinx wants you to use a blockquote as an indent. It gets
|
||||
// used in many different ways, so don't assume you can apply some fancy style, just leave it be.
|
||||
|
Loading…
Reference in New Issue
Block a user