m/cup
1
0
mirror of https://github.com/sergi0g/cup.git synced 2025-11-17 01:23:39 -05:00

Fix CSS bug where statistics borders are invisible in static mode

This commit is contained in:
Sergio
2024-09-16 17:39:44 +03:00
parent 2afce016f3
commit 0136850200

View File

@@ -89,7 +89,7 @@
class="lg:grid-cols-4 grid-cols-2 gap-1 grid overflow-hidden *:relative" class="lg:grid-cols-4 grid-cols-2 gap-1 grid overflow-hidden *:relative"
> >
{% for metric in metrics %} {% 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 <div
class="xl:px-8 px-6 py-4 gap-y-2 gap-x-4 justify-between align-baseline flex flex-col h-full" class="xl:px-8 px-6 py-4 gap-y-2 gap-x-4 justify-between align-baseline flex flex-col h-full"
> >