diff --git a/alabaster/static/alabaster.css_t b/alabaster/static/alabaster.css_t index ff3ad40..3f27b58 100644 --- a/alabaster/static/alabaster.css_t +++ b/alabaster/static/alabaster.css_t @@ -544,15 +544,15 @@ a.reference { border-bottom: 1px dotted {{ theme_link }}; } +a.reference:hover { + border-bottom: 1px solid {{ theme_link_hover }}; +} + /* Don't put an underline on images */ a.image-reference, a.image-reference:hover { border-bottom: none; } -a.reference:hover { - border-bottom: 1px solid {{ theme_link_hover }}; -} - a.footnote-reference { text-decoration: none; font-size: 0.7em;