diff --git a/src/css/custom.css b/src/css/custom.css
index 5399be3b63a98c659d6e9d84f8351af44a4e31f3..442aeeffc35c026d881b8930bf9840cffc2d03ee 100644
--- a/src/css/custom.css
+++ b/src/css/custom.css
@@ -227,6 +227,16 @@ html[data-theme='dark'] .footer__copyright {
   background-color: var(--ifm-color-frame);
 }
 
+a {
+  text-decoration: none !important;
+}
+
+a:hover {
+  font-weight: bolder;
+  font-size: large;
+  transition: 0.3s;
+}
+
 /******* Dark theme ********/
 /* html[data-theme='dark'] a {
   color: var(--ifm-color-frame);