Hmmm… a bit tricky in Windows -> does this look right?
.theme-light {
–text-rgb: 0, 0, 0;
}
body.theme-light {
–text-normal: rgba(var(–text-rgb), 1.0);
}
PS- that didn’t work BTW. Because, removing the full obsidian.css and just adding the font changes within a new blank obsidian.css alters the entire Obsidian UI.