Skip to content

Commit

Permalink
Merge pull request #12 from sai4ul/main
Browse files Browse the repository at this point in the history
Updated : Version Controll
  • Loading branch information
jmrashed authored Sep 6, 2023
2 parents 4ff23ee + d7b8af7 commit e02aeab
Show file tree
Hide file tree
Showing 5 changed files with 786 additions and 328 deletions.
18 changes: 17 additions & 1 deletion css/doc.css
Original file line number Diff line number Diff line change
Expand Up @@ -2674,4 +2674,20 @@
text-decoration:none;
opacity:1
}



.dropdown-menu-end[data-bs-popper] {
padding: 10px;
border: 0;
background: rgba(var(--bs-body-color-rgb), 0.075);
}

.dropdown-item:focus, .dropdown-item:hover {
border-radius: 6px;
background: none;
}

.dropdown-item.active, .dropdown-item:active {
background-color: #0000009c;
border-radius: 5px;
}
4 changes: 4 additions & 0 deletions css/style.css
Original file line number Diff line number Diff line change
Expand Up @@ -362,3 +362,7 @@ a {
opacity: 1;
width: 11px;
}

a:hover{
text-decoration: none;
}
Loading

0 comments on commit e02aeab

Please sign in to comment.