Skip to content

Commit

Permalink
fix(frontend): stat card title (#41)
Browse files Browse the repository at this point in the history
* fix(frontend): stat card title
* fix(frontend): better stat title fix
  • Loading branch information
tankerkiller125 authored Jun 22, 2024
1 parent add57a8 commit fa67e7d
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions frontend/components/global/StatCard/StatCard.vue
Original file line number Diff line number Diff line change
Expand Up @@ -26,3 +26,9 @@
subtitle: undefined,
});
</script>

<style>
[data-theme="homebox"] .stat-title {
color: hsl(0 0% 90/0.6);
}
</style>

0 comments on commit fa67e7d

Please sign in to comment.