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

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