Enable styling of external links

This commit is contained in:
Jesse Tan 2017-12-05 10:34:35 +01:00
parent 35143f50e8
commit e44b885506

View File

@ -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.