We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 92fc562 commit e2a952fCopy full SHA for e2a952f
internal/resources/views/service.html
@@ -10,7 +10,7 @@ <h1 class="text-xl font-bold md:inline-block md:mr-2 text-avocado-800 dark:text-
10
11
{{- if .Extras }}
12
{{- range $name, $graph := .Extras }}
13
- <div class="w-full border rounded-md shadow-md pt-4 mb-6">
+ <div class="w-full border dark:border-slate-600 rounded-md shadow-md pt-4 mb-6">
14
<h2 class="text-center text-avocado-800 dark:text-avocado-100">{{ $name }}</h2>
15
<div class="h-64 md:h-96 w-full">{{ $graph }}</div>
16
</div>
0 commit comments