diff --git a/docs/pages/features.html b/docs/pages/features.html
index 0a736180..35f09e77 100644
--- a/docs/pages/features.html
+++ b/docs/pages/features.html
@@ -27,6 +27,10 @@
color: #000000;
}
+ .navbar-nav .nav-link {
+ color: #ffffff;
+ }
+
.navbar {
background-color: #000000;
}
@@ -68,25 +72,6 @@
footer a {
color: #ffffff;
}
-
- .highlight {
- background: #f8f9fa;
- border-left: 5px solid #000000;
- padding: 1rem;
- font-size: 0.95rem;
- overflow-x: auto;
- white-space: pre-wrap;
- }
-
- .highlight code {
- color: #000000;
- font-family: monospace;
- }
-
- .header-icon {
- font-size: 4rem;
- margin-bottom: 1rem;
- }