Explorar o código

Update read more font weight

Daniel Supernault %!s(int64=6) %!d(string=hai) anos
pai
achega
2eef353da2
Modificáronse 1 ficheiros con 2 adicións e 2 borrados
  1. 2 2
      resources/assets/js/components.js

+ 2 - 2
resources/assets/js/components.js

@@ -20,8 +20,8 @@ pixelfed.readmore = () => {
       el.readmore({
         collapsedHeight: 45,
         heightMargin: 48,
-        moreLink: '<a href="#" class="d-block font-weight-lighter small text-dark text-center">Read more ...</a>',
-        lessLink: '<a href="#" class="d-block font-weight-lighter small text-dark text-center">Hide</a>',
+        moreLink: '<a href="#" class="d-block small text-muted text-center">Read more ...</a>',
+        lessLink: '<a href="#" class="d-block small text-muted text-center">Hide</a>',
       });
   });
 };