Skip to content

Commit

Permalink
Fix CSS bug where statistics borders are invisible in static mode
Browse files Browse the repository at this point in the history
  • Loading branch information
sergi0g committed Sep 16, 2024
1 parent 2afce01 commit 0136850
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion web/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -89,7 +89,7 @@ <h1 class="text-5xl lg:text-6xl font-bold dark:text-white">
class="lg:grid-cols-4 grid-cols-2 gap-1 grid overflow-hidden *:relative"
>
{% for metric in metrics %}
<div class="gi">
<div class="before:bg-{{ theme }}-200 before:dark:bg-{{ theme }}-800 after:bg-{{ theme }}-200 after:dark:bg-{{ theme }}-800 gi">
<div
class="xl:px-8 px-6 py-4 gap-y-2 gap-x-4 justify-between align-baseline flex flex-col h-full"
>
Expand Down

0 comments on commit 0136850

Please sign in to comment.