mirror of
https://github.com/khoaliber/khoj.git
synced 2026-03-04 05:39:06 +00:00
Use css var for main font color in search, chat page of desktop app
This commit is contained in:
@@ -304,7 +304,7 @@
|
||||
padding: 0px;
|
||||
margin: 0px;
|
||||
background: var(--background-color);
|
||||
color: #475569;
|
||||
color: var(--main-text-color);
|
||||
font-family: roboto, karma, segoe ui, sans-serif;
|
||||
font-size: small;
|
||||
font-weight: 300;
|
||||
|
||||
Reference in New Issue
Block a user