diff --git a/public/style.css b/public/style.css
index 5995438288abb0e16c322c1c1bc56fd1e0eb8b49..c59162e16564b83d1422962458e94344af0f97aa 100644
--- a/public/style.css
+++ b/public/style.css
@@ -292,7 +292,6 @@ p {
 #font-selection ul {
   display: flex;
   flex-wrap: wrap;
-  /*justify-content: center;*/
   flex-direction: row;
   margin: 0;
   padding: 0.85rem;
@@ -306,7 +305,7 @@ p {
 }
 #font-selection legend {
   width: auto;
-  color: #222;
+  color: inherit;
   padding: 0.2rem 0.7rem;
   background-color: inherit;
   border: 1px solid #6600ea;
@@ -447,4 +446,15 @@ p {
   #accessibility-options button:hover {
     background-color: #8432ee;
   }
+
+  #font-selection {
+    color: #ccc;
+    background: #040012;
+  }
+  #font-selection ul {
+    background: #040012;
+  }
+  #font-selection legend {
+    border: 1px solid #6600ea;
+  }
 }