diff --git a/src/khoj/interface/web/assets/khoj.css b/src/khoj/interface/web/assets/khoj.css index 54b3c0f7..8ec85b10 100644 --- a/src/khoj/interface/web/assets/khoj.css +++ b/src/khoj/interface/web/assets/khoj.css @@ -64,6 +64,9 @@ .khoj-nav a:hover { background-color: var(--primary-hover); } +.khoj-nav-selected { + background-color: var(--primary); +} img.khoj-logo { width: min(60vw, 150px); justify-self: center; diff --git a/src/khoj/interface/web/base_config.html b/src/khoj/interface/web/base_config.html index 91bae78e..af8db601 100644 --- a/src/khoj/interface/web/base_config.html +++ b/src/khoj/interface/web/base_config.html @@ -13,7 +13,7 @@
@@ -104,7 +104,6 @@ text-align: right; } .primary-button { - background-color: var(--evening-sun); border: none; color: white; padding: 15px 32px; diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index af36c805..e998836e 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -108,7 +108,7 @@
diff --git a/src/khoj/interface/web/index.html b/src/khoj/interface/web/index.html index 1bca05f6..bf8889f7 100644 --- a/src/khoj/interface/web/index.html +++ b/src/khoj/interface/web/index.html @@ -194,7 +194,7 @@