diff --git a/assets/css/custom.scss b/assets/css/custom.scss index c37cc9534d7..07e21aa448e 100644 --- a/assets/css/custom.scss +++ b/assets/css/custom.scss @@ -283,3 +283,8 @@ blockquote { font-family: 'Vazirmatn', sans-serif; } } + +/* Restores underlines to links in the content. */ +article a { + text-decoration: revert; +}