Skip to content

Commit e2a952f

Browse files
committed
Fix darkmode for extra graphs
1 parent 92fc562 commit e2a952f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/resources/views/service.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ <h1 class="text-xl font-bold md:inline-block md:mr-2 text-avocado-800 dark:text-
1010

1111
{{- if .Extras }}
1212
{{- range $name, $graph := .Extras }}
13-
<div class="w-full border rounded-md shadow-md pt-4 mb-6">
13+
<div class="w-full border dark:border-slate-600 rounded-md shadow-md pt-4 mb-6">
1414
<h2 class="text-center text-avocado-800 dark:text-avocado-100">{{ $name }}</h2>
1515
<div class="h-64 md:h-96 w-full">{{ $graph }}</div>
1616
</div>

0 commit comments

Comments
 (0)