fix(frontend): stat card title (#41)

* fix(frontend): stat card title
* fix(frontend): better stat title fix
This commit is contained in:
Matt Kilgore
2024-06-21 23:37:39 -04:00
committed by GitHub
parent add57a8962
commit fa67e7d09f

View File

@@ -26,3 +26,9 @@
subtitle: undefined,
});
</script>
<style>
[data-theme="homebox"] .stat-title {
color: hsl(0 0% 90/0.6);
}
</style>