Add a link to github in the settings menu, improve styling

This commit is contained in:
sabaimran
2024-05-27 11:39:30 +05:30
parent b97ca9d19d
commit 607534021b
4 changed files with 6 additions and 0 deletions

View File

@@ -188,12 +188,14 @@ img.khoj-logo {
.khoj-nav-dropdown-content.show {
opacity: 1;
pointer-events: auto;
border-radius: 20px;
}
.khoj-nav-dropdown-content a {
color: black;
padding: 12px 16px;
text-decoration: none;
display: block;
border-radius: 20px;
}
.khoj-nav-dropdown-content a:hover {
background-color: var(--primary-hover);