diff --git a/docs/assets/css/style.scss b/docs/assets/css/style.scss index 8f5a4197..e670fc31 100644 --- a/docs/assets/css/style.scss +++ b/docs/assets/css/style.scss @@ -74,6 +74,10 @@ a[href^="http"]:after { text-decoration: underline; } +a > span { + text-decoration: inherit; +} + .table-of-contents-section { border-bottom: 1px solid #ccc; }