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 50e2929 commit 61b6070Copy full SHA for 61b6070
html/status-template.html
@@ -17,6 +17,12 @@
17
.dark .border-success {
18
border-color: #4caf50 !important; /* Match the text color */
19
}
20
+ .dark .table,
21
+ .dark .table-bordered,
22
+ .dark .table-bordered td,
23
+ .dark .table-bordered th {
24
+ border-color: #333 !important;
25
+ }
26
27
</style>
28
{{#status.isEnabled}}
@@ -58,7 +64,7 @@ <h4 class="mb-3">Configuration Details</h4>
58
64
{{/showConfigDetails}}
59
65
60
66
<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>
62
68
<p>
63
69
Visit
70
<a href="https://docs.phcode.dev/docs/control-ai" target="_blank" class="link-primary"
0 commit comments