final commit

This commit is contained in:
Roshan476
2025-12-23 22:15:32 +05:45
parent aa09cad6f3
commit 65c961213b
5 changed files with 906 additions and 821 deletions

View File

@@ -795,9 +795,17 @@ a, button {
display: flex;
align-items: center;
border-bottom: 1px solid rgb(221, 221, 221);
background: #fff;
background: var(--background-accent);
}
.blog-btn{
display: flex;
justify-content: flex-end;
padding: 10px;
}
.blog-btn a{
color: var(--primary-color1) !important;
}
#navbar #navbarNavDropdown{