adjust various font sizes, weights around the app

This commit is contained in:
jeffvli
2025-11-21 19:06:09 -08:00
parent d6a40a7bc9
commit da863956b3
5 changed files with 9 additions and 1 deletions
@@ -108,6 +108,10 @@
}
}
.row.bold {
font-weight: 500;
}
.row.muted {
color: var(--theme-colors-foreground-muted);
}