mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-06 13:22:12 +00:00
Use Khoj fonts on config page of web and desktop apps too
Previously pico.css font-families were being selected for the config page. This was different from the fonts used by index.html, chat.html This improves spacing issue of heading further
This commit is contained in:
@@ -43,7 +43,8 @@
|
|||||||
.khoj-configure {
|
.khoj-configure {
|
||||||
display: grid;
|
display: grid;
|
||||||
grid-template-columns: 1fr;
|
grid-template-columns: 1fr;
|
||||||
padding: 0 24px;
|
font-family: roboto, karma, segoe ui, sans-serif;
|
||||||
|
font-weight: 300;
|
||||||
}
|
}
|
||||||
.khoj-header {
|
.khoj-header {
|
||||||
display: grid;
|
display: grid;
|
||||||
|
|||||||
Reference in New Issue
Block a user