Skip to content

Commit

Permalink
fix: fix link style on landing page
Browse files Browse the repository at this point in the history
  • Loading branch information
marcantondahmen committed May 20, 2021
1 parent e92a5e9 commit 6444b1b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/index.rst
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ Revitron

.. container:: .large

The Revitron library can be installed as a single Python package for pyRevit or bundled with a custom fork of pyRevit including the Jarvis package manager und the Revitron UI.
The Revitron library can be installed as a single Python package for `pyRevit <#>`_ or bundled with a custom fork of pyRevit including the Jarvis package manager und the Revitron UI.

.. container:: .buttons

Expand Down
2 changes: 1 addition & 1 deletion revitron_sphinx_theme/static/css/theme.css

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/sass/_theme_rst.sass
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@
a
+transition(color 0.2s)

.document li a, .document p a, .document dt a, footer a:not([class])
.large p > a, .document li a, .document p a, .document dt a, footer a:not([class])
position: relative
color: $link-color
font-weight: calc(580 * var(--font-weight-factor))
Expand Down

0 comments on commit 6444b1b

Please sign in to comment.