docs: improve site navigation bar consistency (#51)

This commit is contained in:
JuicerV3
2025-01-17 20:16:53 +07:00
committed by GitHub
parent adc8e71628
commit bb2aafb9fa
8 changed files with 78 additions and 9 deletions

View File

@@ -41,6 +41,14 @@ footer a {
color: #cccccc;
}
.nav-link.active {
background-color: #ffffff;
color: black;
border-radius: 5px;
padding: 2px 0px 2px 0px;
margin: 6px 0px;
}
header {
background-color: #000000;
color: #ffffff;