diff --git a/about.json b/about.json
index 600522353050f924010b29970e55683390726eb1..df21f6ffa613aaf1a8473a93cca35f3a8ac4077c 100644
--- a/about.json
+++ b/about.json
@@ -17,7 +17,7 @@
           "success": "009900",
           "love": "fa6c8d"
     },
-      "Community dark": {
+      "Community Dark": {
           "primary": "dddddd",
           "secondary": "161616",
           "tertiary": "cfcfcf",
diff --git a/common/common.scss b/common/common.scss
index de4422a9745ca9bace2c449d5aad1ef50de2563a..638bd016899dd84aec9e3fae7fbe9aa5b864cdc3 100644
--- a/common/common.scss
+++ b/common/common.scss
@@ -156,9 +156,6 @@ p {
 
 a {
   color: var(--primary-medium-hover);
-  &:hover {
-    text-decoration: underline;
-  }
 }
 
 // White background in boxes
@@ -673,6 +670,11 @@ tbody {
   color: var(--secondary) !important;
 }
 
+.custom-footer .footer-section-link-wrapper a:hover, .custom-footer .third-box .small-link:hover {
+  text-decoration: underline;
+  text-underline-offset: 5px;
+}
+
 ////Color showcase categories/////
 .custom-homepage-columns .col {
   position: relative;