docs: features: fixed github icon

This commit is contained in:
Rifat Azad
2025-01-07 08:35:46 +06:00
parent f0c2af2530
commit 446fb7261e

View File

@@ -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;
}
</style>
</head>