diff --git a/src/khoj/interface/web/assets/khoj.css b/src/khoj/interface/web/assets/khoj.css index 7372992e..a84d562f 100644 --- a/src/khoj/interface/web/assets/khoj.css +++ b/src/khoj/interface/web/assets/khoj.css @@ -85,6 +85,21 @@ img.khoj-logo { justify-self: center; } +a.khoj-banner { + color: black; + text-decoration: none; +} + +p.khoj-banner { + font-size: medium; + margin: 0; + padding: 10px; +} + +p#khoj-banner { + display: inline; +} + @media only screen and (max-width: 600px) { div.khoj-header { display: grid; diff --git a/src/khoj/interface/web/chat.html b/src/khoj/interface/web/chat.html index 6575e8d1..37a5824c 100644 --- a/src/khoj/interface/web/chat.html +++ b/src/khoj/interface/web/chat.html @@ -166,20 +166,20 @@ }
+