From 446fb7261e1f30b948859f8306f7b24a6a631efe Mon Sep 17 00:00:00 2001 From: Rifat Azad Date: Tue, 7 Jan 2025 08:35:46 +0600 Subject: [PATCH] docs: features: fixed github icon --- docs/pages/features.html | 23 ++++------------------- 1 file changed, 4 insertions(+), 19 deletions(-) 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; - }