Skip to content

Commit 61b6070

Browse files
committed
fix table style
1 parent 50e2929 commit 61b6070

File tree

1 file changed

+7
-1
lines changed

1 file changed

+7
-1
lines changed

html/status-template.html

Lines changed: 7 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,12 @@
1717
.dark .border-success {
1818
border-color: #4caf50 !important; /* Match the text color */
1919
}
20+
.dark .table,
21+
.dark .table-bordered,
22+
.dark .table-bordered td,
23+
.dark .table-bordered th {
24+
border-color: #333 !important;
25+
}
2026

2127
</style>
2228
{{#status.isEnabled}}
@@ -58,7 +64,7 @@ <h4 class="mb-3">Configuration Details</h4>
5864
{{/showConfigDetails}}
5965

6066
<div class="mt-4">
61-
<h4 class="mb-3">Need to Control Phoenix Code AI in Your Educational Institution?</h4>
67+
<h4 class="mb-3">Need to Restrict Phoenix Code AI at School or Work?</h4>
6268
<p>
6369
Visit
6470
<a href="https://docs.phcode.dev/docs/control-ai" target="_blank" class="link-primary"

0 commit comments

Comments
 (0)