Use css var for main font color in search, chat page of desktop app

This commit is contained in:
Debanjum Singh Solanky
2023-11-03 22:14:00 -07:00
parent a19cbde2d7
commit 3ef05f4803
3 changed files with 4 additions and 3 deletions

View File

@@ -92,8 +92,9 @@ a.khoj-logo {
}
.khoj-nav a:hover {
background-color: var(--primary-hover);
color: var(--main-text-color);
}
.khoj-nav-selected {
a.khoj-nav-selected {
background-color: var(--primary);
}
img.khoj-logo {

View File

@@ -306,7 +306,7 @@
body {
display: grid;
background: var(--background-color);
color: #475569;
color: var(--main-text-color);
text-align: center;
font-family: roboto, karma, segoe ui, sans-serif;
font-size: small;

View File

@@ -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;