diff --git a/src/khoj/interface/web/assets/icons/logotype.svg b/src/khoj/interface/web/assets/icons/logotype.svg
new file mode 100644
index 00000000..397deceb
--- /dev/null
+++ b/src/khoj/interface/web/assets/icons/logotype.svg
@@ -0,0 +1 @@
+
diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html
index 6a5e8daf..ed9d7d03 100644
--- a/src/khoj/interface/web/chat.html
+++ b/src/khoj/interface/web/chat.html
@@ -104,7 +104,9 @@
- Khoj
+
+
+
@@ -137,8 +139,11 @@
margin: 10px;
}
h1 {
- font-weight: 200;
- color: #017eff;
+ margin: 16px 0;
+ padding: 0;
+ }
+ img.khoj-logo {
+ width: min(60vw, 100px);
}
#chat-body {
diff --git a/src/khoj/interface/web/index.html b/src/khoj/interface/web/index.html
index 51412d75..c0e9f114 100644
--- a/src/khoj/interface/web/index.html
+++ b/src/khoj/interface/web/index.html
@@ -188,7 +188,9 @@
- Khoj
+
+
+
@@ -202,7 +204,7 @@
-
+
@@ -247,8 +249,11 @@
margin: 10px;
}
h1 {
- font-weight: 200;
- color: #017eff;
+ margin: 16px 0 0 0;
+ padding: 0;
+ }
+ img.khoj-logo {
+ width: min(60vw, 100px);
}
#options {
@@ -301,7 +306,7 @@
text-align: left;
white-space: pre-line;
}
- #results-markdown, #results-github {
+ #results-markdown, #results-github {
text-align: left;
}
#results-music,